DEV Community

Cover image for I built a VS Code extension to visualize JSON as graphs
Animesh Manna
Animesh Manna

Posted on

I built a VS Code extension to visualize JSON as graphs

Working with large JSON always felt painful—too much scrolling, hard to understand structure, and easy to lose context.

So I built a VS Code extension that converts JSON into interactive graphs inside the editor.

Now you can actually see your data instead of reading endless lines.

✨ Features:

Visual graph view for JSON

Explore nested data easily

Fast & lightweight

Works directly in VS Code

Try : https://open-vsx.org/extension/jsonviewertools/animesh-jsonviz78

It’s especially useful when working with APIs or complex responses.

Would love your feedback 🙌

Top comments (0)