API Version: 1.0
Library Version: 1.6.6
const gchar* json_node_get_string ( JsonNode* node )
Gets the string value stored inside a node.
If the node does not hold a string value, NULL is returned.
NULL
const gchar*
A string value.