JSON类的JavaDoc
This is the main class for using Fastjson. You usually call these two methods toJSONString(Object) and parseObject(String, Class). Here is an example of how fastjson is used for a simple Class:
Model model new Model();
String json JSON.…