Searched refs:cJSON_PrintUnformatted (Results 1 – 3 of 3) sorted by relevance
80 extern char *cJSON_PrintUnformatted(cJSON *item);
519 char *cJSON_PrintUnformatted(cJSON *item) { return print_value(item, 0, 0, 0); } in cJSON_PrintUnformatted() function
2458 char *file_vers = cJSON_PrintUnformatted(item);