React + React Flow project that visualizes JSON as a hierarchical node tree.
- Paste JSON and visualize as a tree
- Search by JSON path (e.g. $.user.address.city or items[0].name)
- Click node to copy path
- Zoom/Pan/Fit controls via React Flow
- Clear input
- Install dependencies:
npm install
- Start dev server:
npm start
npm run build