FastJSON学习资源

       FastJosn 教程_w3cschool,https://www.w3cschool.cn/fastjson/

 

 

FastJSON使用

添加jar/maven配置即可

<!-- json -->

        <dependency>

            <groupId>com.alibaba</groupId>

            <artifactId>fastjson</artifactId>

            <version>1.1.26</version>

        </dependency>

 

posted on 2018-12-14 10:07  纸菠萝  阅读(243)  评论(0编辑  收藏  举报