Json.NET - Quick Starts & API Documentation
Read Method (reader)
NamespacesNewtonsoft.Json.SchemaJsonSchemaRead(JsonReader)
Reads a JsonSchema from the specified JsonReader.
Declaration Syntax
C#Visual BasicVisual C++
public static JsonSchema Read(
	JsonReader reader
)
Public Shared Function Read ( _
	reader As JsonReader _
) As JsonSchema
public:
static JsonSchema^ Read(
	JsonReader^ reader
)
Parameters
reader (JsonReader)
The JsonReader containing the JSON Schema to read.
Return Value
The JsonSchema object representing the JSON Schema.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)