Jackson
General data-binding package for Jackson: works on streaming API (core) implementation(s) observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5367
- days_rel: n/a
- days_push: 12
- n_releases_24m: 0
Adoption not part of the score
3745 stars · 1510 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Jackson is the de facto standard JSON parsing and data-binding library for Java and the JVM, providing a streaming parser/generator, POJO-to-JSON databinding, and modules for formats like YAML, CSV, CBOR, and Avro. It is a mature, actively maintained multi-module project with recent Jackson 3.x releases.
Use cases
- serialize and deserialize JSON in Java
- convert POJOs to and from JSON
- parse large JSON files with streaming
- read and write YAML, CSV, or CBOR on the JVM
- bind JSON to Kotlin data classes
- consume and produce JSON in REST APIs
When to choose
- you need JSON processing on the JVM with maximum ecosystem compatibility
- you want high-performance streaming parsing of large documents
- you need support for multiple data formats beyond JSON
- you want a battle-tested, widely adopted serialization library
When to avoid
- you need JSON processing in a non-JVM language
- you want a minimal zero-dependency JSON parser for simple use cases
- you need schema validation as a first-class feature (use dedicated validators)
Facets
library · maturity stable
serialization parser json csv data-science developer-tools backend apis files jvm cross-platform json-serialization data-binding jvm streaming-parser dataformats
2 sources
- readme: https://github.com/FasterXML/jackson-databind · fetched 2026-08-28 · 95d894583a63
- homepage: https://github.com/FasterXML/jackson · fetched 2026-08-29 · 869045dcd966
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| FasterXML/jackson-databind | main | 76 |
| FasterXML/jackson | docs | 74 |
| FasterXML/jackson-core | backend | 76 |
| FasterXML/jackson-module-kotlin | plugin | 77 |
| FasterXML/jackson-annotations | sdk | 77 |
For agents
markdown · JSON · MCP: product_card(name="FasterXML/jackson-databind")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem