Function
Foundryjson_node_get_string_at
Declaration [src]
const char*
foundry_json_node_get_string_at (
JsonNode* node,
const char* first_key,
...
)
Parameters
node-
Type:
JsonNodeNo description available.
The data is owned by the caller of the function. first_key-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. ...-
Type:
No description available.