JSONArray jsonArray = new JSONArray();
List<JSONObject> jsonObjects = JSONArray.parseArray(JSONArray.toJSONString(jsonArray), JSONObject.class);
JSONArray jsonArray = new JSONArray();
List<JSONObject> jsonObjects = JSONArray.parseArray(JSONArray.toJSONString(jsonArray), JSONObject.class);