hjson/hjson
Hjson, a user interface for JSON observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 78
- 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: 4550
- days_rel: n/a
- days_push: 135
- n_releases_24m: 0
Adoption not part of the score
2857 stars · 58 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Hjson is a syntax extension to JSON that makes configuration files easier for humans to read and edit, adding comments, optional commas, quoteless strings, and multiline strings. It provides parsers and serializers implemented across many languages that convert between Hjson and standard JSON.
Use cases
- write config files with comments in json
- parse hjson to json
- avoid comma syntax errors in json configs
- human-editable json format
- convert hjson config to standard json
- multiline strings in json config
When to choose
- you need JSON-compatible config files that humans frequently read and edit
- you want inline comments and relaxed syntax in configuration data
- you need implementations across multiple languages with a common spec
When to avoid
- you need strict, machine-generated JSON with no tolerance for comments or relaxed syntax
- your tooling only accepts standard JSON parsers
- you need a full configuration management system rather than a data format
Facets
library · maturity maintenance
serialization parser configuration-management developer-tools developer-tools files apis cross-platform python go rust jvm dotnet php lua json hjson config-format human-readable comments multi-language nodejs
2 sources
- readme: https://github.com/hjson/hjson · fetched 2026-08-28 · cb2394259f4d
- homepage: https://hjson.github.io/ · fetched 2026-08-29 · 8918ffc2572a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hjson/hjson | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem