MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / cJSON_Print

Function cJSON_Print

TheForceEngine/TFE_System/cJSON.c:1257–1260  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1255
1256/* Render a cJSON item/entity/structure to text. */
1257CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item)
1258{
1259 return (char*)print(item, true, &global_hooks);
1260}
1261
1262CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item)
1263{

Callers

nothing calls this directly

Calls 1

printFunction · 0.70

Tested by

no test coverage detected