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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JSON Iterator Java!