| JSchemaLoad Method (JsonReader) |
Loads a
JSchema from the specified
JsonReader.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public static JSchema Load(
JsonReader reader
)
Parameters
- reader
- Type: Newtonsoft.JsonJsonReader
The JsonReader containing the JSON Schema to load.
Return Value
Type:
JSchemaThe
JSchema object representing the JSON Schema.
See Also