Function
Foundryjson_node_to_string
unstable since: 1.1
Declaration [src]
char*
foundry_json_node_to_string (
JsonNode* node,
gboolean pretty_print
)
Description [src]
Converts node to a string synchronously using a JsonGenerator.
If pretty_print is TRUE, the output will be formatted with
4-space indentation for readability.
Available since: 1.1