Specifies the type of JSON token.
|
Members |
Description |
|
None |
This is returned by the JsonReader if a JsonReader.Read method has not been called. |
|
StartObject |
An object start token. |
|
StartArray |
An array start token. |
|
StartConstructor |
A constructor start token. |
|
PropertyName |
An object property name. |
|
Comment |
A comment. |
|
Raw |
Raw JSON. |
|
Integer |
An integer. |
|
Float |
A float. |
|
String |
A string. |
|
Boolean |
A boolean. |
|
Null |
A null token. |
|
Undefined |
An undefined token. |
|
EndObject |
An object end token. |
|
EndArray |
An array end token. |
|
EndConstructor |
A constructor end token. |
|
Date |
A Date. |
|
Bytes |
Byte data. |
Doc-O-Matic.|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2017. All rights reserved.
|