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 BasicVisual 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: 3.0.0.0 (3.0.0.0)