SaaSHub helps you find the best software and product alternatives Learn more →
Jackson Alternatives
Similar projects and alternatives to Jackson
-
jsoniter-scala
Scala macros for compile-time generation of safe and ultra-fast JSON codecs + circe booster
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
test_db
A sample MySQL database with an integrated test suite, used to test your applications and database servers
-
-
-
jsoniter
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go (by json-iterator)
-
-
-
-
-
jsonschema2pojo
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
-
-
JSON-io
Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer. Deep copy Java object graphs.
-
Jackson discussion
Jackson reviews and mentions
-
Streaming Large JSON Response in Spring.
To put things simply, this method findAllStreaming() takes an OutputStream to write the whole json response into. To write json into the stream chunk by chunk we are using JsonGenerator. JsonGenerator is provided by Jackson-Core. More detailed about how to write stream event is covered in this blog post by the author of the library.
-
Are .csv files a known 'anti-pattern' and/or not a modern data format?
So do XML and JSON.
-
Ryū: fast float-to-string conversion (Java lib, 2018 paper)
Jackson already has some improvements for string-to-number conversion over stock JDK parser (https://github.com/FasterXML/jackson-core/pull/677). Would be great if they added faster number-to-string too.
-
💾 Java Records 💿 with Jackson 2.12
🐞 Report issues here if you find any
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jan 2025
Stats
FasterXML/jackson-core is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Jackson is Java.