Fast, responsive JSON visualizer built with React, Vite, Tailwind CSS, Material UI, and React Flow.
- Paste/type JSON, validate and generate a tree
- React Flow tree with distinct colors for object, array and primitives
- JSONPath search (
$.user.address.city,items[0].name) with highlight and auto-center - Zoom/pan, node hover info, copy path, reset, download as SVG
- Dark/Light mode and fully responsive layout (mobile/tablet/desktop)
- React + Vite, TailwindCSS, MUI, React Flow, jsonpath-plus
npm install
npm run dev
npm run build && npm run previewDeploy the dist/ build to GitHub Pages, Netlify or Vercel.