# JSONPath-Plus/JSONPath

A fork of JSONPath from http://goessner.net/articles/JsonPath/

Repository: https://github.com/JSONPath-Plus/JSONPath
Canonical: https://ross.abutalabs.com/products/jsonpath-plus-jsonpath
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2026-08-20T21:44:58+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 58, longevity 100
- inputs: {"age_days": 5597, "days_push": 13, "days_rel": 69, "gap_med": 247.5, "n_releases_24m": 3}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1157, forks 203 (observed 2026-08-28T04:03:48.315049+00:00)

## What it is
A JavaScript library implementing JSONPath queries for analyzing, transforming, and selectively extracting data from JSON documents and JavaScript objects. It extends the original JSONPath specification with additional operators like parent/property selectors, type selectors, and escaping syntax.

## Use cases
- query  documents with path expressions
- extract nested values from  by path
- filter  arrays with selectors
- get parent or property names of matching  items
- transform and select data from javascript objects
- find all paths to values in a  document

## When to choose
- you need JSONPath querying in Node.js or the browser
- you want extensions beyond the original JSONPath spec like type selectors and parent references
- you need both ESM and UMD module formats

## When to avoid
- you need actively developed features or bug fixes, as the project is not actively maintained
- you need a JSONPath implementation in a non-JavaScript language
- you require guaranteed long-term support

## Facets
- artifact type: library
- maturity: maintenance
- function: parser, developer-tools
- domain: developer-tools, files, apis
- platform: browser
- tags: path, query-language, data-extraction, esm, nodejs, javascript

## Member repositories
- JSONPath-Plus/JSONPath (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:48.315049+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:32:00.503558+00:00, confidence not recorded.
  - readme: https://github.com/JSONPath-Plus/JSONPath (fetched 2026-08-28T04:03:48.315049+00:00, sha ca8774a6def6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
