JSON tools
JSON Viewer
Turn nested JSON into an easy-to-scan tree. Search keys or values and copy any node path or JSON value.
All data is processed locally in your browser. Nothing is uploaded or sent to analytics.
Most tools process locally in your browser. Background removal uploads selected images to the configured server processor and deletes the source after processing.
Sponsored linkLearn more →
How to use
- Paste JSON or load a file and choose Validate.
- Use the search box to filter keys, values and paths.
- Expand or collapse nodes and copy a node when you need it.
Great for
- Inspecting API payloads
- Finding a nested field
- Learning JSON structure
Good to know
Very large arrays are rendered progressively by the browser; search is case-insensitive text matching.
Frequently asked questions
What path format is shown?
Objects use dot notation and arrays use indexes, for example $.users[0].name.
Can I copy a whole node?
Yes. Each tree row has a Copy button for its JSON value.
You may also like
JSON Formatter & Validator
Format, validate, minify and inspect JSON with line-aware errors, statistics and safe local processing.
Open tool →JSONPath Tester
Test safe JSONPath expressions, inspect matched values and copy their original paths locally in your browser.
Open tool →JSON Diff
Compare two JSON documents by structure and see added, removed and changed paths without formatting noise.
Open tool →