Jeffail/gabs
For parsing, creating and editing unknown or dynamic JSON in Go observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 4509
- days_rel: n/a
- days_push: 818
- n_releases_24m: 0
Adoption not part of the score
3527 stars · 200 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Gabs is a small Go library for parsing, creating, and editing dynamic or unknown JSON structures. It wraps map[string]interface{} hierarchies from encoding/json with convenient path-based navigation and mutation helpers.
Use cases
- parse json with unknown structure in go
- search nested json by path
- build json objects programmatically in go
- edit dynamic json payloads
- iterate json arrays and objects
- query json with json pointer
When to choose
- you need to work with JSON whose schema is unknown at compile time
- you want simple path-based access to nested JSON values in Go
- you need to construct nested JSON without verbose map literals
When to avoid
- your JSON structures are well-defined and can be modeled with typed structs
- you need high-performance streaming or schema-validated JSON processing
- you need JSONPath or advanced query features beyond simple path lookup
Facets
library · maturity maintenance
parser serialization json developer-tools developer-tools parsers backend go cross-platform json-manipulation dynamic-json json-path wrapper
1 source
- readme: https://github.com/Jeffail/gabs · fetched 2026-08-28 · 99852d8060c1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Jeffail/gabs | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem