Searched refs:json_object_to_file_ext (Results 1 – 2 of 2) sorted by relevance
35 extern int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags);
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext() function145 return json_object_to_file_ext(filename, obj, JSON_C_TO_STRING_PLAIN); in json_object_to_file()