Introduction and download address of common APIs of fastjson (recommended)

Fastjson is a high-performance and fully functional JSON library written in Java language. It improves the performance of parsing JSON to the extreme and is the fastest JSON Library in the Java language. Fastjson interface is simple and easy to use. It has been widely used in many application scenarios, such as cache serialization, protocol interaction, web output, Android client and so on.

GitHub download address:

https://github.com/alibaba/fastjson

The latest released version is jar package 1.2 23 download address: https://search.maven.org/remote_content?g=com.alibaba&a=fastjson&v=LATEST

Fastjson is currently the fastest JSON Library in the Java language, faster than Jackson, which claims to be the fastest. See the independent test results of the third party here: https://github.com/eishay/jvm-serializers/wiki/Staging-Results 。

Fastjson is about 6 times faster than gson. The test results are shown here: https://github.com/eishay/jvm-serializers/wiki/Staging-Results 。

https://github.com/alibaba/fastjson/tree/android 。

Fastjson provides the stream API. See here for details https://github.com/alibaba/fastjson/wiki/Stream-api

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>