私はと同等のjson配列を持っています
{
"genre":"2",
"imported_from":"1",
"release_year":"1999",
"import":"1",
"label":"1",
"artist":"Boards Of Canada ",
"album_title":"Music Has The Right To Children",
"formats":"1"
}
私はフィールドを取得することができます
JSONObject jsonObject = jsonArray.getJSONObject(i);
jsonObject.optString("genre");
しかし、インデックスでアクセスするにはどうすればよいですか jsonObject.optInt(0); を試してみました。しかし、動作しません