1.引入maven依赖
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.62</version>
</dependency>
如果依赖引入失败可以下载jar包
2.jar包的下载
fastjson.jar包原始下载地址:https://github.com/alibaba/fastjson
点击页面中的download即可下载最新的包
fastjson.jar包百度云盘下载地址:https://pan.baidu.com/s/1CCGoRCdSjNUDB736cRCDBw
3.实体类对象和json格式的转换
4.更多类型之间的转换可参考