Json.NET - Quick Starts & API Documentation
JsonTextReader Constructor (reader)
Namespaces ► Newtonsoft.Json ► JsonTextReader ► JsonTextReader(TextReader)
Initializes a new instance of the JsonReader class with the specified TextReader.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public JsonTextReader( TextReader reader )
Public Sub New ( _ reader As TextReader _ )
public: JsonTextReader( TextReader^ reader )
Parameters
- reader (TextReader)
- The TextReader containing the XML data to read.