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

Function cJSON_PrintUnformatted

modules/freeswitch/esl/src/esl_json.c:288–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286/* Render a cJSON item/entity/structure to text. */
287ESL_DECLARE(char *) cJSON_Print(cJSON *item) {return print_value(item,0,1);}
288ESL_DECLARE(char *) cJSON_PrintUnformatted(cJSON *item) {return print_value(item,0,0);}
289
290/* Parser core - when encountering text, process appropriately. */
291static const char *parse_value(cJSON *item,const char *value)

Callers 11

esl_json.hFile · 0.50
dm_receive_reqFunction · 0.50
_dm_get_message_responseFunction · 0.50
store_serializeFunction · 0.50
on_request_recvFunction · 0.50
jsonrpc_build_cmdFunction · 0.50
pv_get_rtpquery_fFunction · 0.50
rtpengine_raise_eventFunction · 0.50
build_pport_hdr_jsonFunction · 0.50
build_pport_payload_jsonFunction · 0.50

Calls 1

print_valueFunction · 0.70

Tested by

no test coverage detected