跳至主要內容

Fastjson2 参考资料

Jin小于 1 分钟

Fastjson2 参考资料

1、官网文档

https://github.com/alibaba/fastjson2/wikiopen in new window

2、仓库

https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2open in new window

maven

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.x.x</version>
</dependency>

gradle

implementation 'com.alibaba.fastjson2:fastjson2:2.x.x'
贡献者: Jin