tidwall/gjson
Get JSON values quickly - JSON parser for Go observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 82
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3674
- days_rel: n/a
- days_push: 111
- n_releases_24m: 0
Adoption not part of the score
15554 stars · 912 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
GJSON is a Go library for quickly extracting values from JSON documents using dot-notation paths, with support for wildcards, iteration, and JSON Lines. It is read-only and designed for fast, one-line value retrieval without full unmarshaling.
Use cases
- extract a field from a document in go
- query nested values with dot notation paths
- parse lines streams
- iterate over arrays and objects
- read without unmarshaling into structs
- fast value lookup for large documents
When to choose
- you need fast read-only access to values in Go
- you want path-based queries without defining structs
- you process lines or large payloads
When to avoid
- you need to modify or write (use s instead)
- you need strict schema validation or unmarshaling into typed structs
- you are not working in Go or a ported language
Facets
library · maturity stable
parser serialization developer-tools parsers files go cross-platform -path -lines read-only performance
1 source
- readme: https://github.com/tidwall/gjson · fetched 2026-08-28 · c08439414a48
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tidwall/gjson | main | 69 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem