![]() | JSchemaValidatingReader Methods |
The JSchemaValidatingReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Changes the reader's state to Closed.
If CloseInput is set to true, the underlying JsonReader is also closed.
|
![]() | Read |
Reads the next JSON token from the stream.
|
![]() | ReadAsBoolean |
Reads the next JSON token from the stream as a NullableT.
|
![]() | ReadAsBytes |
Reads the next JSON token from the stream as a Byte[].
|
![]() | ReadAsDateTime |
Reads the next JSON token from the stream as a NullableT.
|
![]() | ReadAsDateTimeOffset |
Reads the next JSON token from the stream as a NullableT.
|
![]() | ReadAsDecimal |
Reads the next JSON token from the stream as a NullableT.
|
![]() | ReadAsDouble |
Reads the next JSON token from the stream as a NullableT.
|
![]() | ReadAsInt32 |
Reads the next JSON token from the stream as a NullableT.
|
![]() | ReadAsString |
Reads the next JSON token from the stream as a String.
|