json对象的遍历

JSONArray jsonArraySeriesSubs = jsonObject.getJSONArray("seriesSub");
 
for(int i=0;i<jsonArraySeriesSubs.size();i++){
 
JSONObject jsonObjectSeriesSub = jsonArraySeriesSubs.getJSONObject(i);
 
}
posted @ 2018-04-30 21:40  kingdaqi  阅读(342)  评论(0编辑  收藏  举报