fastjson反斜杠问题
时间:2020-11-16 19:48:42
收藏:0
阅读:210
遇到JSON串有反斜杠就把它转成对象输出
String genData = mockDataService.creatFile(dataMap); Map respMap = JSON.parseObject(genData, new TypeReference<Map>() { });
原文:https://www.cnblogs.com/jyfs/p/13986324.html
评论(0)