JsonConfig jsonConfig = new JsonConfig(); jsonConfig.setCycleDetectionStrategy(CycleDetectionStrategy.LENIENT); jsonConfig.registerJsonBeanProcessor(java.sql.Date.class,new JsDateJsonBeanProcessor()); JSONArray jsonObject = JSONArray.fromObject(list,jsonConfig);
可解决该异常出现
原文链接:https://www.f2er.com/json/290129.html