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, JSchemaReaderSettings)
Load a
JSchema
from a string that contains schema JSON using the given
JSchemaReaderSettings
.
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
,
JSchemaReaderSettings
settings
)
Parameters
json
Type:
System
String
The JSON.
settings
Type:
Newtonsoft.Json.Schema
JSchemaReaderSettings
The
JSchemaReaderSettings
used to load the schema.
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