Pom文件
com.alibaba fastjson 1.2.47
Controller
JSonObject result = new JSONObject();
result.put("msg", "ok");
result.put("data","aha");
return result;

Pom文件
com.alibaba fastjson 1.2.47
Controller
JSonObject result = new JSONObject();
result.put("msg", "ok");
result.put("data","aha");
return result;