遍历JSON对象列表

时间:2019-04-18 10:51:03

标签: java

我正在尝试遍历JSON对象列表

但是我得到"java.lang.ClassCastException: java.lang.String cannot be cast to org.codehaus.jettison.json.JSONObject"

List<JSONObject> records;
        for(JSONObject record : records) {
      ....
      }

0 个答案:

没有答案