bazaarvoice/jolt
JSON to JSON transformation library written in Java. observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 96
- Release rhythm 8
- Longevity 100
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: 4947
- days_rel: n/a
- days_push: 28
- n_releases_24m: 0
Adoption not part of the score
1675 stars · 350 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jolt is a Java library for JSON-to-JSON transformation where the transform specification is itself a JSON document. It provides chained stock transforms (shift, default, remove, sort, cardinality) that reshape JSON structure, with extension points for custom Java value manipulation.
Use cases
- transform JSON responses from Elasticsearch, MongoDB, or Cassandra before exposing them
- reshape API payloads to match another service's expected schema
- extract a subset of fields from large JSON documents
- apply default values to missing JSON fields declaratively
- normalize inconsistent JSON structures like single object vs list cardinality
- define data mappings as JSON specs instead of writing Java mapping code
When to choose
- you need declarative, spec-driven structural transformation of JSON on the JVM
- you want transform logic that is data (JSON) rather than compiled code
- you need to chain multiple structural operations like shift, default, and remove
- your team wants non-developers to review or edit mapping specs
When to avoid
- you need heavy per-value computation or business logic inside the transform
- you are not on the JVM and cannot run Java
- you need streaming transformation of very large JSON documents rather than in-memory trees
- you want a visual GUI mapping tool rather than a JSON DSL
Facets
library · maturity stable
serialization developer-tools developer-tools apis jvm cli -transformation -to- spec-driven data-mapping etl data-engineering
1 source
- readme: https://github.com/bazaarvoice/jolt · fetched 2026-08-28 · 444e8d244fa0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bazaarvoice/jolt | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="bazaarvoice/jolt")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem