Skip to content

Guptha03/json-tree-visualizer

Repository files navigation

JSON Tree Visualizer

React + React Flow project that visualizes JSON as a hierarchical node tree.

Features

  • 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

How to run

  1. Install dependencies:
npm install
  1. Start dev server:
npm start

Build

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published