fastJson
2021-03-20 01:23
标签:数据 set ast status data stat response etc object 返回数据 fastJson 标签:数据 set ast status data stat response etc object 原文地址:https://www.cnblogs.com/tangshuo/p/12744319.html## 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")
上一篇:java 泛型 增强for循环
下一篇:ajax提交文件