JSON
JSON Formatter
Format, validate and beautify JSON instantly.
JSON
Explore JSON structures, generate paths and inspect values in an interactive tree.
Paste a JSON document to generate its paths and inspect its structure.
Paste valid JSON and select Explore JSON to generate an interactive tree and a complete path list.
JSON parsing and path generation run locally inside your browser. BigForgeKit does not upload or store the document.
About this tool
JSON Path Explorer converts a JSON document into an interactive tree and a complete list of property paths. Select any object, array or primitive value to inspect its generated path and copy the associated value.
Features
Frequently asked questions
The tool generates paths beginning with the root symbol $. Simple property names use dot notation, while names containing spaces or punctuation use bracket notation.
A leaf is a JSON value without child properties or array items, such as a string, number, boolean or null.
Yes. Array items are represented using numeric index notation such as $.users[0].name.
This version focuses on exploring a document and generating paths. Evaluating custom JSONPath expressions can be added in a future update.
Yes. Objects and arrays are copied as formatted JSON, while primitive values are copied directly.
No. Parsing, tree generation, filtering and copying happen locally inside your browser.
Related tools