ngs-doo/dsl-json
High performance JVM JSON library observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 90
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3957
- days_rel: n/a
- days_push: 65
- n_releases_24m: 0
Adoption not part of the score
1071 stars · 110 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DSL-JSON is a high-performance JSON serialization library for the JVM (Java, Kotlin, Scala, Android) with compile-time databinding via annotation processors. It works directly on bytes for fast, allocation-friendly serialization and deserialization of POJOs.
Use cases
- serialize and deserialize POJOs to JSON on the JVM
- parse JSON on Android with minimal footprint
- stream large JSON lists with low memory usage
- replace Jackson with a faster JSON codec
- bind JSON to existing object instances to reduce GC pressure
- support Scala collections and Kotlin classes in JSON serialization
When to choose
- JSON throughput and low allocation are critical
- you want compile-time code generation instead of reflection
- targeting Android or other size-constrained environments
- you need streaming deserialization of large JSON arrays
When to avoid
- you need extensive ecosystem integrations and third-party module support like Jackson offers
- you prefer runtime reflection with zero annotation processing
- you need converters for legacy types like Joda out of the box
Facets
library · maturity active
serialization developer-tools backend apis performance jvm annotation-processor byte-level streaming high-performance pojo-databinding android
3 sources
- readme: https://github.com/ngs-doo/dsl-json · fetched 2026-08-28 · 951529c8aa18
- homepage: https://dsl-platform.com · fetched 2026-08-29 · 69b8c2cb5d3e
- site_page: https://docs.dsl-platform.com/ · fetched 2026-08-29 · b2565b32740c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ngs-doo/dsl-json | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="ngs-doo/dsl-json")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem