Array JSON Get JSON Object

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