NodeType
Description:
[ CCode ( cprefix = "JSON_NODE_" , type_id = "json_node_type_get_type ()" ) ]
public enum NodeType
Indicates the content of a node.
Content:
Enum values:
- ARRAY - The node contains a JSON array
- NULL - Special type, for nodes containing null
- OBJECT - The node contains a JSON object
- VALUE - The node contains a fundamental type