Method

JsonNodeget_string

Declaration [src]

const gchar*
json_node_get_string (
  JsonNode* node
)

Description [src]

Gets the string value stored inside a node.

If the node does not hold a string value, NULL is returned.

Return value

Returns: const gchar*
 

A string value.

 The data is owned by the instance.
 The return value can be NULL.
 The string is a NUL terminated UTF-8 string.