Hey everyone! ๐
Iโve always found it a bit painful to debug deeply nested JSON files, so I decided to build my own visualizer. Instead of just a boring list, I wanted something more interactive and visual.
I call it JSON Tree Viewer.
Live Demo: https://debabratasaha-dev.github.io/JSON-tree-viewer/
GitHub Repo: https://github.com/debabratasaha-dev/JSON-tree-viewer
Key Features:
๐ธ๏ธ Dual View: Switch between a classic interactive Tree View and a zoomable Graph View.
๐ Interactive Graph: Drag, pan, and zoom to explore complex JSON structures visually.
๐จ Modern UI: Built with a glassmorphism sidebar, smooth animations, and a sleek dark mode.
๐ท๏ธ Smart Tagging: Automatically detects data types (Strings, Numbers, Objects, etc.) with clean icons.
๐ Lightweight: Zero heavy frameworksโjust pure HTML, CSS, and JavaScript.
Iโd love to hear your feedback! What features should I add next? If you find it useful, Iโd really appreciate a โญ๏ธ on GitHub!


Top comments (0)