MCPcopy Create free account
hub / github.com/Netis/cloud-probe / cJSON_Print

Function cJSON_Print

cpworker/src/cJSON/cJSON.c:1264–1267  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1262
1263/* Render a cJSON item/entity/structure to text. */
1264CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item)
1265{
1266 return (char*)print(item, true, &global_hooks);
1267}
1268
1269CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item)
1270{

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected