Searched refs:cJSON_CreateRaw (Results 1 – 2 of 2) sorted by relevance
189 CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw);249 #define cJSON_AddRawToObject(object,name,s) cJSON_AddItemToObject(object, name, cJSON_CreateRaw(s))
2087 CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw) in cJSON_CreateRaw() function