Click or drag to resize
Json.NET Schema

JSchemaValidatingReaderReader Property

 
Gets the JsonReader used to construct this JSchemaValidatingReader.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public JsonReader Reader { get; }

Property Value

Type: JsonReader
The JsonReader specified in the constructor.
See Also