文件名称:CJson源码 C语言
文件大小:25KB
文件格式:ZIP
更新时间:2018-04-21 09:40:08
json
json解析操作源码附有例子。 char *out;cJSON *json; json=cJSON_Parse(text); if (!json) {printf("Error before: [%s]\n",cJSON_GetErrorPtr());} else { out=cJSON_Print(json); cJSON_Delete(json); printf("%s\n",out); free(out); }
【文件预览】:
cJSON
----.DS_Store(6KB)
----test.c(7KB)
----LICENSE(1KB)
----cJSON.c(27KB)
----cJSON.h(7KB)
----tests()
--------test1(583B)
--------test3(605B)
--------test2(242B)
--------test4(3KB)
--------test5(873B)
----README(9KB)