fastJson

2021-03-20 01:23

阅读:547

标签:数据   set   ast   status   data   stat   response   etc   object   

## 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

标签:数据   set   ast   status   data   stat   response   etc   object   

原文地址:https://www.cnblogs.com/tangshuo/p/12744319.html


评论


亲,登录后才可以留言!