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

Function cJSON_Print

cJSON.c:1248–1251  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1246
1247/* Render a cJSON item/entity/structure to text. */
1248CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item)
1249{
1250 return (char*)print(item, true, &global_hooks);
1251}
1252
1253CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item)
1254{

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected