Click or drag to resize
Json.NET Schema

JSchemaValidatingReader Methods

 

The JSchemaValidatingReader type exposes the following members.

Methods
  NameDescription
Public methodClose
Changes the reader's state to Closed. If CloseInput is set to true, the underlying JsonReader is also closed.
Public methodRead
Reads the next JSON token from the stream.
Public methodReadAsBoolean
Public methodReadAsBytes
Reads the next JSON token from the stream as a Byte[].
Public methodReadAsDateTime
Public methodReadAsDateTimeOffset
Public methodReadAsDecimal
Public methodReadAsDouble
Public methodReadAsInt32
Public methodReadAsString
Reads the next JSON token from the stream as a String.
Top
See Also