JSON Editor & Visualizer Release v1.0.2
🚀 What's New
- Multi-format data support (JSON, YAML, CSV, XML, TOML)
- Interactive visualizations (Tree, Card, Graph views)
- File upload with drag-and-drop functionality
- Dark/Light theme support
- Monaco Editor integration
- Export capabilities
📦 Download
Download the json-editor-dist.zip file below and extract it to serve the application locally or deploy to any web server.
🌐 Quick Start
- Download and extract
json-editor-dist.zip - Serve the files using any web server:
- Python:
python -m http.server 8000 - Node.js:
npx serve . - PHP:
php -S localhost:8000
- Python:
- Open http://localhost:8000 in your browser
🔧 Technical Details
- Built with Vue 3 + TypeScript + Vite
- Optimized production build
- All dependencies bundled
- Works offline after initial load
🌐 Live Demo
Try it live at: https://hypnguyen1209.github.io/json-editor/