Stats
Basic Jackson repo stats
0
1,930
9.0
6 days ago
FasterXML/jackson-core is an open source project licensed under Apache License 2.0 which is an OSI approved license.
Jackson Alternatives
Similar projects and alternatives to Jackson
based on common topics and language
-
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
jackson-databind
General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
-
jackson-modules-java8
Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
-
-
jsonschema2pojo
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better Jackson alternative or higher similarity.
Posts
Posts where Jackson has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2021-03-07.
-
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