JSValueType
Kind: enum
Type of value read by IJSValueReader
.
Name | Value | Description |
---|---|---|
Null | 0x0 | |
Object | 0x1 | |
Array | 0x2 | |
String | 0x3 | |
Boolean | 0x4 | |
Int64 | 0x5 | |
Double | 0x6 |
Kind: enum
Type of value read by IJSValueReader
.
Name | Value | Description |
---|---|---|
Null | 0x0 | |
Object | 0x1 | |
Array | 0x2 | |
String | 0x3 | |
Boolean | 0x4 | |
Int64 | 0x5 | |
Double | 0x6 |