Property | Type | Description | |
---|---|---|---|
GetEndToken | JsonToken? | ||
IJsonLineInfo | bool | ||
ReadInto | bool | ||
ReadOver | bool | ||
ReadToEnd | bool | ||
SetEnd | bool | ||
SetToken | void |
Method | Description | |
---|---|---|
JTokenReader ( JToken token ) : System |
Initializes a new instance of the JTokenReader class.
|
|
Read ( ) : bool |
Reads the next JSON token from the stream.
|
|
ReadAsBytes ( ) : byte[] |
Reads the next JSON token from the stream as a T:Byte[].
|
Method | Description | |
---|---|---|
GetEndToken ( JContainer c ) : JsonToken? | ||
IJsonLineInfo ( ) : bool | ||
ReadInto ( JContainer c ) : bool | ||
ReadOver ( JToken t ) : bool | ||
ReadToEnd ( ) : bool | ||
SetEnd ( JContainer c ) : bool | ||
SetToken ( JToken token ) : void |
public JTokenReader ( JToken token ) : System | ||
token | JToken | The token to read from. |
return | System |