Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>JSON Diagram ViewerNew to Visual Studio Code? Get it now.
JSON Diagram Viewer

JSON Diagram Viewer

HugoHebert

|
4 installs
| (0) | Free
Visualizes JSON files as interactive tree diagrams
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSON Diagram Viewer

Visualize JSON files as interactive tree diagrams in VS Code.

JSON Diagram Viewer Demo

Features

  • Interactive Tree View — Expand and collapse nodes to explore nested structures
  • Live Sync — Diagram updates in real-time as you edit your JSON file
  • Color-Coded Cards — Different colors for root, objects, arrays, and array items
  • Inline Primitives — Strings, numbers, booleans, and null values displayed directly in cards
  • Side-by-Side Editing — Diagram opens beside your editor for easy comparison

Usage

  1. Open any .json file
  2. Run the command JSON Diagram: View as Diagram using one of these methods:
    • Right-click in the editor → View as Diagram
    • Click the diagram icon in the editor title bar
    • Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P) → JSON Diagram: View as Diagram

The diagram panel opens beside your editor and stays synchronized with your changes.

Requirements

  • VS Code 1.74.0 or higher

Known Issues

None at this time. Please report issues on GitHub.

Release Notes

1.0.0

Initial release:

  • Interactive tree diagram visualization
  • Live sync with document changes
  • Collapsible nodes
  • Color-coded card types

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft