Suppose you have jsonResponse is response
then JSONObject jsonObject = new JSONObject(responce);
then JSONArray imagejsonArray=jsonObject.optJSONArray("images");
then:
for(int i = 0; i < imagejsonArray.length(); i++){
JSONArray jsonarray=imagejsonArray.optJSONArray(i);
}
now the object json array are your last jsonarray parsed