Reader Property

Json.NET

Json.NET - Quick Starts & API Documentation Reader Property
NamespacesNewtonsoft.JsonJsonValidatingReaderReader
Gets the JsonReader used to construct this JsonValidatingReader.
Declaration Syntax
C# Visual Basic Visual C++
public JsonReader Reader { get; }
Public ReadOnly Property Reader As JsonReader
	Get
public:
property JsonReader^ Reader {
	JsonReader^ get ();
}
Value
The JsonReader specified in the constructor.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)