JSON Path Finder
Find and query all paths in a JSON object
Paste JSON to see all paths
How to Use JSON Path Finder
Explore JSON data by listing all paths and querying specific values. Essential for working with complex API responses and nested data structures.
- 1
Paste your JSON
Paste a JSON object or array to see all available paths.
- 2
Browse paths
All paths are listed with their values and types. Click any path to query it.
- 3
Query a path
Type a path like $.store.books[0].title to extract a specific value.
Frequently Asked Questions
What is a JSON path?
A JSON path is a string expression that identifies a specific value within a JSON document, using dot notation and array indexes.
How do I query nested values?
Use dot notation for objects ($.store.name) and bracket notation for arrays ($.store.books[0]).
Does it show all paths?
Yes, every leaf value and intermediate node is listed with its full path from the root.
Is this tool free?
Yes, completely free with no signup required.