... char *json_str = json_loader(json_file_path); cJSON *root = cJSON_Parse(json_str); if (! root) { printf( " Error before: [%s]\n " ,cJSON_GetErrorPtr()); } ...
確定! 回上一頁