json-path/JsonPath
Java JsonPath implementation observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 68
- Release rhythm 47
- Longevity 100
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: 114
- age_days: 5700
- days_rel: 192
- days_push: 192
- n_releases_24m: 2
Adoption not part of the score
9448 stars · 1718 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Jayway JsonPath is a Java library providing a DSL for reading and querying JSON documents using JsonPath expressions, analogous to XPath for XML. It supports dot and bracket notation, filters, deep scans, slices, and inline functions, and is available on Maven Central.
Use cases
- query json documents in java
- extract values from json with jsonpath expressions
- filter json arrays with predicates
- read nested json fields in tests
- parse json responses in api testing
When to choose
- you need XPath-like querying of JSON in a JVM project
- you want a mature, widely used Java JsonPath implementation
- you need filter predicates and deep scans over JSON structures
When to avoid
- you need streaming or very large JSON processing where a streaming parser fits better
- you are not on the JVM
- you need JSONPath write/update support beyond reading
Facets
library · maturity stable
parser serialization developer-tools developer-tools apis jvm cross-platform jsonpath json-query xpath-like jackson query-language json data-engineering
1 source
- readme: https://github.com/json-path/JsonPath · fetched 2026-08-28 · 86af8d9d7248
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| json-path/JsonPath | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="json-path/JsonPath")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem