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

Function cJSON_Parse

lib/cJSON.c:926–929  ·  view source on GitHub ↗

Default options for cJSON_Parse */

Source from the content-addressed store, hash-verified

924
925/* Default options for cJSON_Parse */
926cJSON *cJSON_Parse(const char *value)
927{
928 return cJSON_ParseWithOpts(value, 0, 0);
929}
930
931/* Render a cJSON item/entity/structure to text. */
932char *cJSON_Print(const cJSON *item)

Callers 2

cdb_json_to_dictFunction · 0.50

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Tested by

no test coverage detected