Method
JsonNodeget_parent
Declaration [src]
JsonNode*
json_node_get_parent (
  JsonNode* node
)
Return value
Type: JsonNode
The parent node, or NULL if node
  is the root node.
| The returned data is owned by the instance. | 
| The return value can be NULL. |