gson怎么解析两个List嵌套的json-Android开发问答
1个回答
展开全部
JSONArray ccroot = jp.getJSONArray("城市代码"); for (int i = 0; i < ccroot.length(); i++) { JSONObject o = (JSONObject) ccroot.get(i); JSONArray county = o.getJSONArray("市"); for (int j = 0; j < county.length(); j++) { weather...
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询