MCPcopy Create free account
hub / github.com/esnet/iperf / cJSON_Parse

Function cJSON_Parse

src/cjson.c:1186–1189  ·  view source on GitHub ↗

Default options for cJSON_Parse */

Source from the content-addressed store, hash-verified

1184
1185/* Default options for cJSON_Parse */
1186CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value)
1187{
1188 return cJSON_ParseWithOpts(value, 0, 0);
1189}
1190
1191CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1192{

Callers 1

JSON_readFunction · 0.85

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…