Fastjson Jackson, choose one, but swagger integrates springmvc to generate api that does not currently support fastjson, which makes me feel sad...Jackson is more famous and has better support. Don’t be too obsessed with performance. This overhead is not enough. Become a bottleneck
Fastjson can be used, supports various serializations, and has complete information. fastjson is about 6 times faster than gson. The test results are here: https://github.com/eishay/jvm-serializers/wiki/Staging-Results
I have used org.json (github address), and then I learned that fastjson is known as the fastest, so I used Alibaba’s. I don’t know if it is true, and I haven’t tested it yet
Fastjson Jackson, choose one, but swagger integrates springmvc to generate api that does not currently support fastjson, which makes me feel sad...Jackson is more famous and has better support. Don’t be too obsessed with performance. This overhead is not enough. Become a bottleneck
Fastjson can be used, supports various serializations, and has complete information. fastjson is about 6 times faster than gson. The test results are here: https://github.com/eishay/jvm-serializers/wiki/Staging-Results
Use jackson because spring mvc uses it by default.
I have used org.json (github address), and then I learned that fastjson is known as the fastest, so I used Alibaba’s. I don’t know if it is true, and I haven’t tested it yet
UltraJson written in pure C
fastjson
Alibaba’s fastjson feels very convenient and smooth
Using PHP
json_encode()
Hijson tool is small but very convenient