MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cJSON_Print

Function cJSON_Print

lib/cJSON.c:932–935  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

930
931/* Render a cJSON item/entity/structure to text. */
932char *cJSON_Print(const cJSON *item)
933{
934 return (char*)print_value(item, 0, 1, 0);
935}
936
937void cJSON_PurgeString(char *ptr)
938{

Callers

nothing calls this directly

Calls 1

print_valueFunction · 0.70

Tested by

no test coverage detected