JsonElementType

Description

The JsonElementType enumeration contains types of JSON structure elements.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Undefined. Element type is undefined.
1 Object. Object.
2 Array. Array.
3 String. String value.
4 Integer. Integer value.
5 Double. Real value.
6 Boolean. Logical value.
7 NullValue. Empty value (Null).

See also:

System Assembly Enumerations