Function Macro
JsonNODE_HOLDS_ARRAY
since: 0.10
Declaration [src]
#define JSON_NODE_HOLDS_ARRAY (
  node
)
Description [src]
Evaluates to TRUE if the node holds a JSON array.
Available since: 0.10
This function is not directly available to language bindings.
Parameters
- node
- 
            Type: -The JsonNodeto check.