Method
JsonNodeinit
since: 0.16
Declaration [src]
JsonNode*
json_node_init (
  JsonNode* node,
  JsonNodeType type
)
Description [src]
Initializes a node to a specific type.
If the node has already been initialized once, it will be reset to the given type, and any data contained will be cleared.
Available since: 0.16
Parameters
- type
- 
            Type: JsonNodeTypeThe type of JSON node to initialize nodeto.
Return value
Type: JsonNode
The initialized node.
| The returned data is owned by the instance. |