JsonValidatingReader Constructor (reader)

Json.NET

Json.NET - Quick Starts & API Documentation JsonValidatingReader Constructor (reader)
NamespacesNewtonsoft.JsonJsonValidatingReaderJsonValidatingReader(JsonReader)
Initializes a new instance of the JsonValidatingReader class that validates the content returned from the given JsonReader.
Declaration Syntax
C# Visual Basic Visual C++
public JsonValidatingReader(
	JsonReader reader
)
Public Sub New ( _
	reader As JsonReader _
)
public:
JsonValidatingReader(
	JsonReader^ reader
)
Parameters
reader (JsonReader)
The JsonReader to read from while validating.

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