Instead of using JSONObject you may use JSONArray. If you really need to convert it to a List you may do something like: List<JSONObject> ...
確定! 回上一頁