BUMBAIYA / jsontree

Visualize JSON data format as a tree or graph

Home Page:https://jsontree.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JsonTree Visualizer

Visualisation tool to help visualise json format in Graph and Tree form.

👉 View live

screencapture-jsontree-vercel-app-2023-07-19-04_35_43

Development setup 🛠

Steps to locally setup development after cloning the project.

git clone https://github.com/BUMBAIYA/jsontree.git

Step 1 - NodeJS

You will need:

Please install them if you don't have them already.

Step 2 - Install dependencies

cd jsontree
npm install

Step 3 - Run app

Once the dependencies are installed, you can run the app:

npm run dev

Your application should be running on http://localhost:3000.

License

Licensed under the MIT license.


About

Visualize JSON data format as a tree or graph

https://jsontree.vercel.app

License:MIT License


Languages

Language:TypeScript 99.1%Language:JavaScript 0.7%Language:CSS 0.2%Language:Shell 0.1%