JSON Path Finder
Explore JSON paths and evaluate simple JSONPath queries.
Works Offline
Privacy First
No Login
No API
JSON document
All paths
Query
Simple JSONPath-like syntax: $.a.b[0].c, $.a.*
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"Related tools
JSON Compare
JSON
Diff two JSON documents and list added, removed, and changed paths.
JSON Formatter
JSON
Pretty-print and beautify JSON with custom indentation.
JSON Minifier
JSON
Compress JSON by removing whitespace and show bytes saved.
JSON Schema Generator
JSON
Infer a JSON Schema from a sample JSON document.
JSON String Escape
JSON
Escape special characters for use inside a JSON string.
JSON String Unescape
JSON
Reverse JSON string escaping back to readable text.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser