JSON Tree Viewer

Explore deeply nested JSON as a collapsible tree, with inline add, edit, and delete on any node. Upload a JSON file or paste plain text. Prefer a plain text view? Try the JSON Formatter.

Browser extension

Keep RizCraft tools one click away

Open 24 built-in tools from your browser sidebar, use quick actions from the right-click menu, and reach every RizCraft tool without hunting through tabs.

Firefox and Edge versions are coming next. Free to install

Free JSON Tree Viewer & Editor

Paste any JSON payload or upload a .json file to explore it as a collapsible tree instead of a wall of text — click the caret next to any object or array to expand or collapse it. Unlike a read-only pretty-printer, every node here is editable: click a value to change it in place, use the + button to add a new key or array item, and the × button to remove a node entirely.

The tool seamlessly handles JSON parsing locally within your browser. When you're done, click Copy JSON to get the current tree state back as a JSON string.

Frequently Asked Questions

Can I upload a JSON file?
Yes! Switch to File mode to drag and drop a .json file directly from your computer. The file is parsed locally so your data is completely secure.
How do I edit a value?
Click directly on the value — it turns into an editable field. Press Enter or click away to commit the change. Typing true, false, null, or a number is recognized as that type rather than plain text.
How do I add a new key or array item?
Click the + button next to any object or array node. For objects you'll be asked for a key name; for arrays, a new item is appended automatically.
Is my JSON sent anywhere?
No, parsing, rendering, and editing all happen locally in your browser.