JsonToken Enumeration |
[Missing <summary> documentation for "T:Stimulsoft.Base.Json.JsonToken"]
Namespace: Stimulsoft.Base.Json
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| StartObject | 1 | ||
| StartArray | 2 | ||
| StartConstructor | 3 | ||
| PropertyName | 4 | ||
| Comment | 5 | ||
| Raw | 6 | ||
| Integer | 7 | ||
| Float | 8 | ||
| String | 9 | ||
| Boolean | 10 | ||
| Null | 11 | ||
| Undefined | 12 | ||
| EndObject | 13 | ||
| EndArray | 14 | ||
| EndConstructor | 15 | ||
| Date | 16 | ||
| Bytes | 17 |