MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / cJSON_Parse

Function cJSON_Parse

cJSON.c:1222–1225  ·  view source on GitHub ↗

Default options for cJSON_Parse */

Source from the content-addressed store, hash-verified

1220
1221/* Default options for cJSON_Parse */
1222CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value)
1223{
1224 return cJSON_ParseWithOpts(value, 0, 0);
1225}
1226
1227CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1228{

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…