javiercbk/json_to_dart
Library that generates dart classes from json strings observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: 3057
- days_rel: n/a
- days_push: 869
- n_releases_24m: 0
Adoption not part of the score
1335 stars · 381 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Dart library that generates Dart model classes from JSON strings, following Flutter's recommended manual serialization pattern. It also ships as a web tool where users paste JSON and get Dart classes with private fields and copy support.
Use cases
- generate dart classes from
- convert response to dart model classes
- create flutter model classes for api
- to dart converter
- generate serializable dart classes from string
- boilerplate-free parsing in flutter
When to choose
- you are building a Flutter or Dart app and need model classes for a known JSON schema
- you want classes following Flutter's dart:convert serialization recommendation
- you want a quick web tool to paste JSON and get Dart code
When to avoid
- your JSON contains arrays of arrays, which are not supported
- your JSON keys use Dart keywords or special characters that break code generation
- you need runtime JSON parsing rather than generated static classes
- you need detection of duplicate/equal structures to avoid repeated classes
Facets
library · maturity maintenance
serialization developer-tools developer-tools mobile-development web-development cross-platform -to-dart model-class-generator flutter code-generator -serialization code-generation automation web
2 sources
- readme: https://github.com/javiercbk/json_to_dart · fetched 2026-08-28 · 89589031b034
- homepage: https://javiercbk.github.io/json_to_dart/ · fetched 2026-08-29 · ee90cad157e1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| javiercbk/json_to_dart | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="javiercbk/json_to_dart")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem