MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / cJSON_Parse

Function cJSON_Parse

external/cJSON/cJSON.c:1227–1230  ·  view source on GitHub ↗

Default options for cJSON_Parse */

Source from the content-addressed store, hash-verified

1225
1226/* Default options for cJSON_Parse */
1227CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value)
1228{
1229 return cJSON_ParseWithOpts(value, 0, 0);
1230}
1231
1232CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1233{

Callers

nothing calls this directly

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Tested by

no test coverage detected