Skip to content

JSON Editor v1.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 08:56
· 3 commits to main since this release

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

  1. Download and extract json-editor-dist.zip
  2. Serve the files using any web server:
    • Python: python -m http.server 8000
    • Node.js: npx serve .
    • PHP: php -S localhost:8000
  3. 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/