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