JSON Array dostaj obiekt JSON

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