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