MCPcopy Create free account
hub / github.com/OpenIPC/firmware / cJSON_Parse

Function cJSON_Parse

general/package/xmdp/src/cjson/cJSON.c:1169–1172  ·  view source on GitHub ↗

Default options for cJSON_Parse */

Source from the content-addressed store, hash-verified

1167
1168/* Default options for cJSON_Parse */
1169CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value)
1170{
1171 return cJSON_ParseWithOpts(value, 0, 0);
1172}
1173
1174CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1175{

Callers 2

scanFunction · 0.85
netip_connectFunction · 0.85

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Tested by

no test coverage detected