cbeust/klaxon
A JSON parser for Kotlin observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 65
- 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: 4882
- days_rel: n/a
- days_push: 210
- n_releases_24m: 0
Adoption not part of the score
1862 stars · 123 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Klaxon is a JSON parsing library for Kotlin offering object binding, streaming, low-level manipulation, and JSON path query APIs. It maps JSON documents to Kotlin data classes and back.
Use cases
- parse into kotlin data classes
- serialize kotlin objects to
- stream large documents
- query with path
- manipulate objects on the jvm
When to choose
- you write Kotlin and want idiomatic JSON binding to data classes
- you need streaming parsing of large JSON documents
- you want JSON path queries over JSON content
When to avoid
- you need multiplatform Kotlin serialization support
- your project is Java-only with no Kotlin
- you need the fastest possible JSON performance
Facets
library · maturity stable
parser serialization developer-tools parsers web-development jvm kotlin -parsing object-binding streaming-api -path
1 source
- readme: https://github.com/cbeust/klaxon · fetched 2026-08-28 · 60b3392864f0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cbeust/klaxon | main | 62 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem