Visualisation tool to help visualise json format in Graph and Tree form.
Steps to locally setup development after cloning the project.
git clone https://github.com/BUMBAIYA/jsontree.git
You will need:
Please install them if you don't have them already.
cd jsontree
npm install
Once the dependencies are installed, you can run the app:
npm run dev
Your application should be running on http://localhost:3000
.
Licensed under the MIT license.