Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>JSON VisualizerNew to Visual Studio Code? Get it now.
JSON Visualizer

JSON Visualizer

Hakan Kaya

|
4,884 installs
| (2) | Free
Visualize JSON data as interactive diagrams with exports and parsed string expansion
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSON Visualizer

Visualize JSON files as interactive node graphs directly inside VS Code.

JSON Visualizer helps you inspect nested payloads faster, expand escaped JSON strings in place, and export the result when you need to share or document a structure.

Features

  • Open a graph view for any .json file from the editor title bar
  • Explore nested objects and arrays with a zoomable, pannable layout
  • Parse escaped JSON strings without leaving the preview
  • Hide, unhide, collapse, and expand nodes from the node context menu
  • Export the current graph as PNG
  • Export the current structure as YAML

Quick Start

  1. Install JSON Visualizer from the VS Code Marketplace.
  2. Open any .json file in VS Code.
  3. Click Preview JSON in the editor title bar.
  4. Explore the graph and use the controls to zoom, fit, or export.

You can also open the preview from the Command Palette with Preview JSON.

Screenshots

Basic object visualization:

Basic object graph

Deep nested data:

Deep tree graph

Escaped JSON parsed inside the preview:

GraphQL request graph

Typical Workflow

  1. Open a JSON document.
  2. Launch Preview JSON.
  3. Move around the graph with pan and zoom controls.
  4. Right-click nodes to simplify the view.
  5. Expand string values that contain nested JSON.
  6. Export the final result as PNG or YAML.

Requirements

  • VS Code 1.96.0 or newer

Commands

  • Preview JSON: Open the visual preview for the active JSON file

Privacy

JSON Visualizer does not send your JSON anywhere. Rendering, parsing, and exports stay local in VS Code.

Support

  • Report an issue: GitHub Issues
  • Request a feature: New feature request

Development

Development notes, local setup, and test commands live in docs/development.md.

License

MIT

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