MCPcopy Create free account
hub / github.com/ByConity/ByConity / cJSON_Parse

Function cJSON_Parse

contrib/cJSON/cJSON.cpp:1096–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094
1095/* Default options for cJSON_Parse */
1096CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value)
1097{
1098 return cJSON_ParseWithOpts(value, 0, 0);
1099}
1100
1101#define cjson_min(a, b) ((a < b) ? a : b)
1102

Callers

nothing calls this directly

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Tested by

no test coverage detected