Enumeration
JsonNodeType
Members
Name | Description |
---|---|
JSON_NODE_OBJECT |
The node contains a JSON object. |
JSON_NODE_ARRAY |
The node contains a JSON array. |
JSON_NODE_VALUE |
The node contains a fundamental type. |
JSON_NODE_NULL |
Special type, for nodes containing null. |