jsonata-js/jsonata
JSONata query and transformation language - http://jsonata.org observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 95
- Release rhythm 95
- Longevity 100
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: 14
- age_days: 3627
- days_rel: 34
- days_push: 34
- n_releases_24m: 8
Adoption not part of the score
2679 stars · 284 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
JSONata is a lightweight query and transformation language for JSON data, and this repository is its reference JavaScript implementation. It lets you write declarative expressions to query, filter, reshape, and compute over JSON documents in Node.js or the browser.
Use cases
- query and filter nested json data
- transform json payloads between api formats
- map json fields with expressions
- aggregate values from json arrays
- reshape json for etl pipelines
- evaluate json expressions in the browser
When to choose
- you need declarative querying and reshaping of JSON documents
- you want a lightweight, dependency-free library usable in Node.js and browsers
- you're building API mapping or integration layers that transform JSON payloads
- you want a mature, well-documented reference implementation of the JSONata spec
When to avoid
- you only need simple JSON path lookups where JSONPath or lodash suffices
- you need to query non-JSON data formats like XML or SQL databases
- you require a full programming language rather than an expression language
- your team prefers imperative transformation code over declarative expressions
Facets
library · maturity stable
parser serialization developer-tools developer-tools apis browser cross-platform json-query json-transformation expression-language data-mapping query-language data-engineering automation nodejs javascript
2 sources
- readme: https://github.com/jsonata-js/jsonata · fetched 2026-08-28 · de8307f0daf4
- registry_npm: https://registry.npmjs.org/jsonata · fetched 2026-08-29 · 5d09cd6bc603
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jsonata-js/jsonata | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="jsonata-js/jsonata")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem