cf_json_to_string¶
Category: json
GitHub: cute_json.h
Saves the json document as a string.
Return Value¶
Returns a dynamic string, free it with sfree when done.
Remarks¶
If you want to remove all unnecessary formatting/whitespace then use cf_json_to_string_minimal.
Related Pages¶
CF_JDoc
cf_make_json
cf_make_json_from_file
cf_json_get_root
cf_destroy_json
cf_json_get_root
cf_json_to_file_minimal
cf_json_to_file
cf_json_to_string_minimal