JSON Dump visualizes raw JSON as an interactive dump view inspired by cfdump. Open a saved .json file, an unsaved editor containing valid JSON, selected JSON text from any editor, or JSON straight from the clipboard and inspect nested data in a dedicated webview with collapsible tables and switchable key ordering.
- Open saved
.jsonfiles directly from Explorer. - Open an active unsaved editor as soon as its contents are valid JSON; no save step required.
- Open selected JSON text from the current editor with
JSON Dump: Selection. - Open valid JSON from the clipboard with
JSON Dump: Clipboard. - Renders
structandarraysas nested tables. - Collapse or expand nested structures from the header row or the key column.
- Toggle between natural key order and
Sort Keys A->Zfrom the editor title while the dump panel is active. - Keeps scalar values easy to scan with distinct colors for strings, numbers, booleans, and nulls.
- Open a saved
.jsonfile from Explorer and runJSON Dump, or paste valid JSON into any editor tab and runJSON Dumpfrom the editor title menu, editor title context menu, editor context menu, or the Command Palette. - To render only part of a document, select valid JSON text and run
JSON Dump: Selectionfrom the editor title context menu, the editor context menu, or the Command Palette. - To skip the editor entirely, copy valid JSON and run
JSON Dump: Clipboardfrom the Command Palette, editor title context menu, or the editor context menu. - The viewer opens in a new tab.
- Explore nested nodes in the webview, collapse or expand nodes by clicking their key columns or headers.
- Use
Sort Keys A->ZorNatural Key Orderin the editor title while the dump panel is active.
Release notes are included with the extension changelog.
