[{"morpherRegistry":{},"dynaClass":{"dynaProperties":[{"indexed":false,"mapp

将list存到json中后,json返回的内容是[{"morpherRegistry":{},"dynaClass":{"dynaProperties":[{"indexed":false,"mapp 这种的

解决办法

List<EsPubCategory> lists = esPubMedia.getCategroyList();
jsonObject.put("categroyList", lists);

取处理使用list接一下,再存到json中
posted @ 2023-02-23 19:43  FY丶  阅读(31)  评论(0)    收藏  举报