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