Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Jackson Alternatives
Similar projects and alternatives to Jackson
-
-
jsoniter
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go (by json-iterator)
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
Gson
A Java serialization/deserialization library to convert Java Objects into JSON and back
-
-
-
jsonschema2pojo
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
LoganSquare
Screaming fast JSON parsing and serialization library for Android.
-
-
-
test_db
A sample MySQL database with an integrated test suite, used to test your applications and database servers
-
-
jsoniter-scala
Scala macros for compile-time generation of safe and ultra-fast JSON codecs
-
JSON-io
Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
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.
-
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 - Onboard AI
getonboard.dev | 9 Dec 2023
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.