Searched refs:cJSON_PrintUnformatted (Results 1 – 10 of 10) sorted by relevance
68 char* cJSON_PrintUnformatted(const cJSON* item);
72 char *jsonStr = cJSON_PrintUnformatted(jsonObj); in ConvertHapInfoToJson()
184 char *ret = cJSON_PrintUnformatted(obj); in json_to_string()
189 char *ret = cJSON_PrintUnformatted((cJSON *)handle); in ConvertJsonToString()
344 char* cJSON_PrintUnformatted(const cJSON* item) in cJSON_PrintUnformatted() function
111 return cJSON_PrintUnformatted(jsonObj); in PackJsonToString()
171 return cJSON_PrintUnformatted(jsonObj); in PackJsonToString()
335 jsonStr = cJSON_PrintUnformatted(root); in WriteToFile()
221 const char *jsonStr = cJSON_PrintUnformatted(root); in WritePermissions()
56 jsonString = cJSON_PrintUnformatted(root); in WriteContentToFile()