Traversal of json objects

JSONArray jsonArraySeriesSubs = jsonObject.getJSONArray("seriesSub");
 
for(int i=0;i<jsonArraySeriesSubs.size();i++){
 
JSONObject jsonObjectSeriesSub = jsonArraySeriesSubs.getJSONObject(i);
 
}

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325116379&siteId=291194637