JsonArray 遍历

一、使用前提
导入所需jar json-lib-2.2.2-jdk.jar

二、
JSONObject jsonObject = JSONObject.fromObject(jsonRequest
.getJsonString());

JSONArray bookingShopping = jsonObject.getJSONArray(“shopDetailShareList”);
for(int i=0;i

你可能感兴趣的:(JsonArray 遍历)