JSON Viewer
View JSON as a readable tree, collapsing or expanding each branch — handy when a JSON document is too long to scan as plain text.
How to view JSON as a tree
- Paste your JSON into the box above.
- Click the arrow at the start of any branch to collapse or expand it.
- Use "Expand all" / "Collapse all" for JSON with many nested levels.
Frequently asked questions
More JSON tools
JSON FormatterFormat, minify and validate JSONJSON RepairAutomatically fix broken JSONJSON CompareFind the differences between two JSON documentsJSON to YAMLConvert between JSON and YAMLJSON SorterSort JSON fields and arrays from A to ZJSON to CSVConvert between JSON and CSV tablesJSON Escape / UnescapeTurn text into a valid JSON string and backJSON to TypeScriptGenerate TypeScript interfaces from sample JSONJSONPath QueryExtract data from JSON with a JSONPath expression