JsonTextReader Constructor (reader)

Json.NET

Json.NET - Quick Starts & API Documentation JsonTextReader Constructor (reader)
NamespacesNewtonsoft.JsonJsonTextReaderJsonTextReader(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.

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