Parse Method (json, resolver)

Json.NET

Json.NET - Quick Starts & API Documentation Parse Method (json, resolver)
NamespacesNewtonsoft.Json.SchemaJsonSchemaParse(String, JsonSchemaResolver)
Parses the specified json.
Declaration Syntax
C# Visual Basic Visual C++
public static JsonSchema Parse(
	string json,
	JsonSchemaResolver resolver
)
Public Shared Function Parse ( _
	json As String, _
	resolver As JsonSchemaResolver _
) As JsonSchema
public:
static JsonSchema^ Parse(
	String^ json, 
	JsonSchemaResolver^ resolver
)
Parameters
json (String)
The json.
resolver (JsonSchemaResolver)
The resolver.
Return Value
A JsonSchema populated from the string that contains JSON.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)