MCPcopy Create free account
hub / github.com/Netis/cloud-probe / cJSON_Parse

Function cJSON_Parse

cpworker/src/cJSON/cJSON.c:1184–1187  ·  view source on GitHub ↗

Default options for cJSON_Parse */

Source from the content-addressed store, hash-verified

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

Callers 3

parse_tasks_fileFunction · 0.85
parse_config_dataFunction · 0.85
parse_config_fileFunction · 0.85

Calls 1

cJSON_ParseWithOptsFunction · 0.85

Tested by

no test coverage detected