Transform complex JSON data into beautiful 3D graphs & interactive visual networks.
Instead of scrolling through raw structured text, visually explore relationships and nested levels in real time.
https://github.com/BugBlitz98/j2g
- 🧠 JSON → Graph visualizer
- 🎮 Drag, zoom, rotate — full 3D control
- 🔍 Node details on click + relationships view
- 🌈 Beautiful themes (dark/light)
- 📂 Import JSON from file / clipboard
- 📤 Export visualization as PNG/SVG
- 🔬 Focus on specific keys or nested paths
- 📊 Different layout engines (force / radial / hierarchical)
- 🌍 WebGL powered 3D visualization
git clone https://github.com/your-username/json2graph.git
cd json2graph
npm install
npm run dev