Function Macro

JsonNODE_TYPE

Declaration [src]

#define JSON_NODE_TYPE (
  node
)

Description [src]

Evaluates to the JsonNodeType value contained by the node.

Parameters

node -
 

The JsonNode to check.