Tree explorer will appear here once JSON is loaded
Select a node to inspect it
Tree explorer will appear here once JSON is loaded
Select a node to inspect it
The raw pane is a full text editor, not a read-only preview - click into it and edit your JSON directly, character by character, with the same responsiveness you would expect from a code editor, even on documents that run into the tens of megabytes.
Jsontify never rewrites what you type. Pasting, typing, and editing leave your text exactly as entered - Format, Minify, and Repair are the only actions that change it, and each one is a single step you can undo with Cmd+Z (or Ctrl+Z) to get back to precisely what you had.
As you edit, the tree and inspector panels update live, so you can see the structural effect of a change - a new key, a removed array element - immediately, without switching views or manually re-parsing. If an edit breaks the JSON, the status bar shows the exact line and column of the problem instead of leaving you guessing.
Cmd+K (or Ctrl+K) searches the full document while you edit, useful for jumping to a specific key or value in a large file without scrolling through it by hand.