MCPcopy Create free account
hub / github.com/acl-dev/acl / cJSON_Parse

Function cJSON_Parse

lib_acl/samples/json/json5/cJSON.cpp:339–339  ·  view source on GitHub ↗

Default options for cJSON_Parse */

Source from the content-addressed store, hash-verified

337}
338/* Default options for cJSON_Parse */
339cJSON *cJSON_Parse(const char *value) {return cJSON_ParseWithOpts(value,0,0);}
340
341/* Render a cJSON item/entity/structure to text. */
342char *cJSON_Print(cJSON *item) {return print_value(item,0,1,0);}

Callers 2

test_json_benchmarkFunction · 0.85
cjson_testFunction · 0.85

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Tested by 1

test_json_benchmarkFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…