MCPcopy Create free account
hub / github.com/antirez/botlib / cJSON_PrintUnformatted

Function cJSON_PrintUnformatted

cJSON.c:1253–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251}
1252
1253CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item)
1254{
1255 return (char*)print(item, false, &global_hooks);
1256}
1257
1258CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt)
1259{

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected