Json.NET Schema Documentation
Json.NET Schema Documentation
API Reference
Newtonsoft.Json.Schema
JSchema Class
JSchema Methods
Parse Method
Parse Method (String)
Parse Method (String, JSchemaReaderSettings)
Parse Method (String, JSchemaResolver)
JSchema
Parse Method (String, JSchemaResolver)
Load a
JSchema
from a string that contains schema JSON using the given
JSchemaResolver
.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
Copy
public
static
JSchema
Parse
(
string
json
,
JSchemaResolver
resolver
)
Parameters
json
Type:
System
String
The JSON.
resolver
Type:
Newtonsoft.Json.Schema
JSchemaResolver
The
JSchemaResolver
to use when resolving schema references.
Return Value
Type:
JSchema
A
JSchema
populated from the string that contains JSON.
See Also
Reference
JSchema Class
Parse Overload
Newtonsoft.Json.Schema Namespace
Json.NET Schema Home