fastJson
Posted tangshuo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fastJson相关的知识,希望对你有一定的参考价值。
## fast-json
String s =JSON.toJSONString(userBean)
String s1 = JSON.toJSONString(arraylist)
JSON,parseObject(json,返回的类型)
JSONObject jsonObject = new JSONObject();
jsonobject.put("status","200")
jsonobject.put(‘data‘,userbean)
返回数据
response.setContentType("application/json")
以上是关于fastJson的主要内容,如果未能解决你的问题,请参考以下文章
高危,Fastjson反序列化远程代码执行漏洞风险通告,请尽快升级
高危,Fastjson反序列化远程代码执行漏洞风险通告,请尽快升级