Function Macro
JsonNODE_TYPE
Declaration [src]
#define JSON_NODE_TYPE (
  node
)
Description [src]
Evaluates to the JsonNodeType value contained by the node.
This function is not directly available to language bindings.
Parameters
- node
- 
            Type: -The JsonNodeto check.