Json.NET - Quick Starts & API Documentation
Reader Property
Namespaces ► Newtonsoft.Json ► JsonValidatingReader ► Reader
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.