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

Function cJSON_Print

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

Render a cJSON item/entity/structure to text. */

Source from the content-addressed store, hash-verified

341
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)

Callers

nothing calls this directly

Calls 1

print_valueFunction · 0.85

Tested by

no test coverage detected