Json.NET Schema Documentation
Json.NET Schema Documentation
API Reference
Newtonsoft.Json.Schema
JSchema Class
JSchema Methods
Load Method
Load Method (JsonReader)
Load Method (JsonReader, JSchemaReaderSettings)
Load Method (JsonReader, JSchemaResolver)
JSchema
Load Method (JsonReader, JSchemaReaderSettings)
Loads a
JSchema
from a
JsonReader
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
Load
(
JsonReader
reader
,
JSchemaReaderSettings
settings
)
Parameters
reader
Type:
Newtonsoft.Json
JsonReader
The
JsonReader
containing the JSON Schema to load.
settings
Type:
Newtonsoft.Json.Schema
JSchemaReaderSettings
The
JSchemaReaderSettings
used to load the schema.
Return Value
Type:
JSchema
The
JSchema
object representing the JSON Schema.
See Also
Reference
JSchema Class
Load Overload
Newtonsoft.Json.Schema Namespace
Json.NET Schema Home