When calling the toList() method of a JSONArray which contains JSONObject the returned list contains HashMap elements. The documentation mentions: Returns a java.util.List containing all of the ...
Caused by: java.lang.StackOverflowError: null at cn.hutool.json.JSONUtil.wrap(JSONUtil.java:765) at cn.hutool.json.JSONObject.set(JSONObject.java:377) at cn.hutool ...