![]() | JsonReader Methods |
The JsonReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close | |
![]() | Dispose |
Releases unmanaged and - optionally - managed resources.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read |
Reads the next JSON token from the source.
|
![]() | ReadAsBoolean | |
![]() | ReadAsBooleanAsync | |
![]() | ReadAsBytes |
Reads the next JSON token from the source as a Byte[].
|
![]() | ReadAsBytesAsync |
Asynchronously reads the next JSON token from the source as a Byte[].
|
![]() | ReadAsDateTime | |
![]() | ReadAsDateTimeAsync | |
![]() | ReadAsDateTimeOffset |
Reads the next JSON token from the source as a NullableT of DateTimeOffset.
|
![]() | ReadAsDateTimeOffsetAsync |
Asynchronously reads the next JSON token from the source as a NullableT of DateTimeOffset.
|
![]() | ReadAsDecimal | |
![]() | ReadAsDecimalAsync | |
![]() | ReadAsDouble | |
![]() | ReadAsDoubleAsync | |
![]() | ReadAsInt32 | |
![]() | ReadAsInt32Async | |
![]() | ReadAsString |
Reads the next JSON token from the source as a String.
|
![]() | ReadAsStringAsync |
Asynchronously reads the next JSON token from the source as a String.
|
![]() | ReadAsync |
Asynchronously reads the next JSON token from the source.
|
![]() | SetStateBasedOnCurrent |
Sets the state based on current token type.
|
![]() | SetToken(JsonToken) |
Sets the current token.
|
![]() | SetToken(JsonToken, Object) |
Sets the current token and value.
|
![]() | SetToken(JsonToken, Object, Boolean) |
Sets the current token and value.
|
![]() | Skip |
Skips the children of the current token.
|
![]() | SkipAsync |
Asynchronously skips the children of the current token.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |