MCPcopy Index your code
hub / github.com/armink/struct2json / cJSON_PrintUnformatted

Function cJSON_PrintUnformatted

struct2json/src/cJSON.c:344–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342/* Render a cJSON item/entity/structure to text. */
343char *cJSON_Print(cJSON *item) {return print_value(item,0,1,0);}
344char *cJSON_PrintUnformatted(cJSON *item) {return print_value(item,0,0,0);}
345
346char *cJSON_PrintBuffered(cJSON *item,int prebuffer,int fmt)
347{

Callers

nothing calls this directly

Calls 1

print_valueFunction · 0.85

Tested by

no test coverage detected