dchester/jsonpath
Query and manipulate JavaScript objects with JSONPath expressions. Robust JSONPath engine for Node.js. observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 70
- 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: 4239
- days_rel: n/a
- days_push: 181
- n_releases_24m: 0
Adoption not part of the score
1430 stars · 229 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A robust JSONPath engine for Node.js that lets you query and manipulate JavaScript objects using JSONPath expressions. It supports the full JSONPath syntax including wildcards, recursive descent, slices, unions, and filter expressions.
Use cases
- query nested JSON objects with JSONPath expressions
- extract values from deeply nested JSON data
- filter and select elements from JSON arrays
- traverse JavaScript object trees with path expressions
- find all values matching a path in a JSON document
- slice and index into JSON arrays declaratively
When to choose
- you need a battle-tested, safe JSONPath implementation in Node.js
- you want full JSONPath syntax including script expressions and slices
- you need to query arbitrary JSON structures without writing manual traversal code
When to avoid
- you only need simple property access that plain JavaScript dot notation handles
- you need JSONPath in the browser with a tiny bundle size
- you need JSONPath compliance with the newer RFC 9535 specification
Facets
library · maturity stable
parser developer-tools developer-tools data-science jsonpath json-query object-traversal data-extraction javascript nodejs
2 sources
- readme: https://github.com/dchester/jsonpath · fetched 2026-08-28 · a63f3ff1bb4b
- registry_npm: https://registry.npmjs.org/jsonpath · fetched 2026-08-29 · da9a3981396b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dchester/jsonpath | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="dchester/jsonpath")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem