You can use the JsonObj/Array API to create one: JSONObject obj = new JSONObject(); JSONArray array = new JSONArray(); for(int i = 0; ...
確定! 回上一頁