This fixed it for me: JsonArray jsoncargo = jsonObject.getJsonArray("cargo"); Map<String, Integer> cargo = new HashMap<>(); for (int i = 0; ...
確定! 回上一頁