Searched refs:json_object_to_json_string_ext (Results 1 – 4 of 4) sorted by relevance
118 if(!(json_str = json_object_to_json_string_ext(obj,flags))) { in json_object_to_file_ext()
179 extern const char* json_object_to_json_string_ext(struct json_object *obj, int
276 const char* json_object_to_json_string_ext(struct json_object *jso, int flags) in json_object_to_json_string_ext() function296 return json_object_to_json_string_ext(jso, JSON_C_TO_STRING_SPACED); in json_object_to_json_string()
70 * Add a json_object_to_json_string_ext() function to allow output to be