The JsonElementType enumeration contains types of JSON structure elements.
It is used by the following properties and methods:
| 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: