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 BasicVisual 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.5.0.0 (4.5.5.14908)