Searched refs:cJSON_Parse (Results 1 – 3 of 3) sorted by relevance
153 CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value);
1180 CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value) in cJSON_Parse() function
2340 json = cJSON_Parse(str); in JSON_read()