在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:alibaba/fastjson开源软件地址:https://github.com/alibaba/fastjson开源编程语言:Java 99.9%开源软件介绍:fastjsonFastjson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Fastjson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. Fastjson Goals
DocumentationBenchmarkhttps://github.com/eishay/jvm-serializers/wiki DownloadMaven<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.76</version>
</dependency> <dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.1.72.android</version>
</dependency> Gradle via JCentercompile 'com.alibaba:fastjson:1.2.76' compile 'com.alibaba:fastjson:1.1.72.android' Please see this Wiki Download Page for more repository info. LicenseFastjson is released under the Apache 2.0 license.
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论