Json Array obtenga el objeto JSON

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