MCPcopy Create free account
hub / github.com/esnet/iperf / cJSON_PrintUnformatted

Function cJSON_PrintUnformatted

src/cjson.c:1268–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1266}
1267
1268CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item)
1269{
1270 return (char*)print(item, false, &global_hooks);
1271}
1272
1273CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt)
1274{

Callers 2

JSON_writeFunction · 0.85
JSONStream_OutputFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…