json массив получить объект json

int n = 0;
JSONObject jsonObject = jsonArray.getJSONObject(n);
Ganz404