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

Function cJSON_PrintUnformatted

lib/cJSON.c:942–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940}
941
942char *cJSON_PrintUnformatted(const cJSON *item)
943{
944 return (char*)print_value(item, 0, 0, 0);
945}
946
947char *cJSON_PrintBuffered(const cJSON *item, int prebuffer, cjbool fmt)
948{

Callers 2

evi_build_payloadFunction · 0.50

Calls 1

print_valueFunction · 0.70

Tested by

no test coverage detected