Initializes a new instance of the JsonValidatingReader class that
validates the content returned from the given JsonReader.
| C# | Visual Basic | Visual C++ |
public JsonValidatingReader( JsonReader reader )
Public Sub New ( _ reader As JsonReader _ )
public: JsonValidatingReader( JsonReader^ reader )
- reader (JsonReader)
- The JsonReader to read from while validating.