一、使用前提
导入所需jar json-lib-2.2.2-jdk.jar
二、
JSONObject jsonObject = JSONObject.fromObject(jsonRequest
.getJsonString());
JSONArray bookingShopping = jsonObject.getJSONArray(“shopDetailShareList”);
for(int i=0;i
JSON数据解析实践
一、使用前提
导入所需jar json-lib-2.2.2-jdk.jar
二、
JSONObject jsonObject = JSONObject.fromObject(jsonRequest
.getJsonString());
JSONArray bookingShopping = jsonObject.getJSONArray(“shopDetailShareList”);
for(int i=0;i

被折叠的 条评论
为什么被折叠?