jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go. A good deal of the code is ported from dsljson, and JSON parser. Traditional JSON parsers are slow. Jsoniter Java version could be 3x times faster than jackson/gson/fastjson. If you are doing a lot of log processing or number crunching, but stuck with JSON, you definitely need to consider dsl-json or Jsoniter to save the encoding/decoding cost. Is protobuf 5x faster than JSON?. Jsoniter Golang version could be more than 6x times faster than standard lib (encoding/json). And the number is acheived with runtime reflection instead of go generate.
Features
- Full Documentation
- jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
- Good deal of the code is ported from dsljson, and jsonparser
- Jsoniter Java version could be 3x times faster than jackson/gson/fastjson
- Jsoniter Golang version could be more than 6x times faster than standard lib
- Jsoniter gets things done, as fast as possible
Categories
LibrariesLicense
MIT LicenseFollow JSON Iterator Java
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JSON Iterator Java!