JSON Path Finder
Explore JSON paths and evaluate simple JSONPath queries.
JSON document
All paths
27 of 27 paths
JSONPath query
Supports $..recursive, [*], slices [0:2:1], unions [0,2] / ['a','b'], and filters [?(@.price < 25 && @.tag =~ /x/)]
About the JSON Path Finder
List every path in a JSON document and evaluate simple JSONPath-style queries like $.a.b[0].c or $.a.* to quickly find the exact location of a value inside deeply nested JSON.
Examples
Nested lookup
$.store.book[0].titleOutput
"JS Basics"Keyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
JSON Compare
JSON
Diff two JSON documents and list added, removed, and changed paths.
JSON Merger
JSON
Merge two or more JSON documents with shallow/deep strategies.
JSON Schema Generator
JSON
Infer a JSON Schema from a sample JSON document.
JSON Formatter
JSON
Pretty-print and beautify JSON with custom indentation.
JSON Key Sorter
JSON
Sort JSON object keys alphabetically, naturally, or by array field.
JSON Minifier
JSON
Compress JSON by removing whitespace and show bytes saved.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser