fastjson 去掉转义字符
fastjson
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
项目地址:https://gitcode.com/gh_mirrors/fastj/fastjson
免费下载资源
·
直接转成Object 而不是 String.
参考:https://blog.csdn.net/m0_37979201/article/details/79493187
Object json = JSONObject.toJSON(/*需要序列化的对象*/);
//String json = JSONObject.toJSON(/*需要序列化的对象*/); //产生反斜杠"\"\""
GitHub 加速计划 / fastj / fastjson
25.69 K
6.51 K
下载
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
最近提交(Master分支:3 个月前 )
c942c834 - 1 年前
5bc4709b - 1 年前
更多推荐
已为社区贡献2条内容
所有评论(0)