there is many situations need read configure file has annotation i have test the code ```c char *s = "{//aa \n \"list\":[{\"name\":\"22xiao hong\",\"age\":10},{\"name\":\"33hua hua\",\"age\":\"11\"}]}"; cJSON *root = cJSON_Parse(s); ``` parse return NULL