API Version: 1.0
Library Version: 1.6.6
enum Json.NodeType
Indicates the content of a node.
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.