← All tools

JSON Tree Explorer

Paste JSON, browse it as a collapsible tree, search keys and values, copy the path to anything, and pluck lists out of arrays. Everything stays in your browser.

Start with:
JSON input
Output
Tip: drop a .json or .jsonl file anywhere on this page to load it.
Paste or load JSON to explore it here.
Path
JSONPath
Value

Enter a path such as store.name, items[0], or a pluck like store.inventory.books[].title (use [] to loop over an array).

The value at your path shows here.

Every leaf value as a path = value line.