MCPcopy Create free account
hub / github.com/DaveGamble/cJSON / cJSON_Print

Function cJSON_Print

cJSON.c:1302–1305  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1300
1301/* Render a cJSON item/entity/structure to text. */
1302CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item)
1303{
1304 return (char*)print(item, true, &global_hooks);
1305}
1306
1307CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item)
1308{

Callers 8

print_preallocatedFunction · 0.85
test_generate_testFunction · 0.85
create_monitorFunction · 0.85
do_testFunction · 0.85
mainFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85

Calls 1

printFunction · 0.85

Tested by 3

print_preallocatedFunction · 0.68
test_generate_testFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…