IJsonToken Methods |
The IJsonToken type exposes the following members.
| Name | Description | |
|---|---|---|
| ToDynamic |
Returns a dynamic object representing the current token.
| |
| ToObjectT |
Deserializes the token to an object.
| |
| ValueT |
Returns the token cast as a particular type, such as a string or integer.
|