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

Function cJSON_Print

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

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

Source from the content-addressed store, hash-verified

285
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. */

Callers 12

esl_event_serialize_jsonFunction · 0.70
mi_http_write_respFunction · 0.50
esl_json.hFile · 0.50
w_sip_to_jsonFunction · 0.50
w_merge_jsonFunction · 0.50
jsonrpc_handle_cmdFunction · 0.50
JSON_toStringFunction · 0.50
janus_raise_eventFunction · 0.50
janus_ipc_send_requestFunction · 0.50

Calls 1

print_valueFunction · 0.70

Tested by

no test coverage detected