Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Schema
JsonSchema Class
JsonSchema Methods
Read Method
Read Method (JsonReader)
Read Method (JsonReader, JsonSchemaResolver)
JsonSchema
Read Method (JsonReader)
Reads a
JsonSchema
from the specified
JsonReader
.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
static
JsonSchema
Read
(
JsonReader
reader
)
Parameters
reader
Type:
Newtonsoft.Json
JsonReader
The
JsonReader
containing the JSON Schema to read.
Return Value
Type:
JsonSchema
The
JsonSchema
object representing the JSON Schema.
See Also
Reference
JsonSchema Class
Read Overload
Newtonsoft.Json.Schema Namespace
Json.NET Home