Ross ROSS = Recommend OSS · open-source software intelligence for agents

ngs-doo/dsl-json

High performance JVM JSON library observed · 2026-08-28

github.com/ngs-doo/dsl-json · homepage · Java · BSD-3-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
ngs-doo/dsl-jsonmain63

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