kakaopensource/KakaJSON
Fast conversion between JSON and model in Swift. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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: 2577
- days_rel: n/a
- days_push: 1374
- n_releases_24m: 0
Adoption not part of the score
1213 stars · 132 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
KakaJSON is a Swift library for fast conversion between JSON and model objects with one line of code. It also supports archiving/unarchiving objects and flexible key mapping between JSON keys and model properties.
Use cases
- convert to swift model objects
- serialize swift models to
- map snake_case keys to camelCase properties
- parse nested responses into models
- archive and unarchive objects in swift
- deserialize arrays into model arrays
When to choose
- you want simple one-line JSON-model conversion in Swift
- you need flexible key mapping like camelCase to underscore
- you want an alternative to Codable with less boilerplate
When to avoid
- you only need standard Codable support with no extra features
- you need a library under very active maintenance
- you work outside the Apple/Swift ecosystem
Facets
library · maturity maintenance
serialization developer-tools web-development -mapping model-conversion swift cocoapods object-archiving ios macos
1 source
- readme: https://github.com/kakaopensource/KakaJSON · fetched 2026-08-28 · 66a14bcd88e3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kakaopensource/KakaJSON | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="kakaopensource/KakaJSON")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem