JsonTokenType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum JsonTokenType
type JsonTokenType =
Public Enum JsonTokenType
- Inheritance
-
JsonTokenType
Fields
Name | Value | Description |
---|---|---|
ObjectStart | 0 | |
ObjectEnd | 1 | |
ArrayStart | 2 | |
ArrayEnd | 3 | |
String | 4 | |
Long | 5 | |
ULong | 6 | |
Double | 7 | |
Boolean | 8 | |
DateTime | 9 | |
Guid | 10 | |
Null | 11 | |
Name | 12 | |
ByteArray | 13 | |
StreamLink | 14 |