getJSONObject ("goat"); int id = goat.getInt("id"); String species = goat.getString("species"); println(id + ", " + species); } // Скетч ...
確定! 回上一頁