这个源码是我自己编译,并且添加了测试,方便大家使用,本编程环境 vc6.0,添加到工程既可使用
2023-02-24 14:30:02 593KB Json lib
1
json-lib-2.4-jdk15.jar所需全部JAR包需要的伙伴们下载
2022-10-23 16:52:10 1.2MB JSON
1
C++的Json头文件与lib库,包括win32与64位。 Json使用方法如下: Json::Value root; Json::Value Head; root["gatewayIP"] = Json::Value(gatewayIP); root["repeaterIP"] = repeaterIP; root["groupAccount"] = groupAccount; root["groupPwd"] = groupPwd; root["agentAccount"] = agentAccount; Json::Value narrowId1; Json::Value narrowId2; narrowId1["nBGroupID"] = nBGroupID1; narrowId1["sLAccount"] = sLAccount1; narrowId2["nBGroupID"] = nBGroupID2; narrowId2["sLAccount"] = sLAccount2; if(0 < nBGroupID1.size()){ root["nBGroups"].append(narrowId1); } if(0 < nBGroupID2.size()){ root["nBGroups"].append(narrowId2); } string tmpdata = root.toStyledString(); strcpy_s(http->buff_root, strlen(tmpdata.c_str())+1, tmpdata.c_str()); cout<<"buff_root :"<< http->buff_root << endl;
2022-10-13 18:24:19 4.24MB Json lib库
1
json-lib-2.3-jdk13.jar
2022-09-28 15:03:46 148KB json lib
1
JSONObject对象jar包及相关的jar包依赖,一共有7个!包括原网站下载的资源包!
2022-05-26 19:23:57 18.14MB JSONObject json-lib commons-bean commons-coll
1
json-lib-2.4-jdk15的jar包和源码,便于大家使用net.sf.json.JSONObject及阅读源码。 资源的官方网站http://json-lib.sourceforge.net/
2022-04-24 19:48:22 239KB json json-lib jar
1
json-lib 导入所需要的6个jar 包
2022-02-21 09:12:09 1.21MB json jar java
1
json-lib-2.4-jdk15及其全部依赖jar包 commons-beanutils-1.8.0.jar、commons-collections-3.2.1.jar、commons-lang-2.6.jar、commons-logging-1.1.1.jar、ezmorph-1.0.6.jar、json-lib-2.4-jdk15.jar、xom-1.2.6.jar
2021-12-30 15:36:42 1.45MB json 依赖包
1
json-lib-2.4-jdk15及其全部依赖jar包:json-lib-2.4-jdk15.jar、commons-beanutils-1.9.4.jar、commons-collections-3.2.2.jar、commons-lang-2.4.jar、commons-logging-1.2.jar、ezmorph-1.0.6.jar、xom-1.2.10.jar。
2021-12-14 12:58:15 1.45MB json依赖包
1
json-lib及其依赖包(各版本) 精心搜集 依赖的外部jar包 均包括两个版本 包含最近jar包 网上很难检索到放在一起的 使用参见:http://blog.sina.com.cn/s/blog_766d4c3501013hqa.html
2021-11-22 17:25:12 29.33MB json-lib 及其依赖包
1