JSON Array Dapatkan Objek JSON

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