Simple json visualization tool for your data.
JSON Crack is a tool that generates graph diagrams from JSON objects. These diagrams are much easier to navigate than the textual format and to make it even more convenient, the tool also allows you to search the nodes. Additionally, the generated diagrams can also be downloaded or clipboard as image.
You can use the web version at jsoncrack.com or also run it locally as Docker container.
- Search Nodes
- Share links & Create Embed Widgets
- Download/Clipboard as image
- Upload JSON locally or fetch from URL
- Great UI/UX
- Light/Dark Mode
- Advanced Error Messages
npm install
npm run dev
A Dockerfile
is provided in the root of the repository.
If you want to run JSON Crack locally:
- Build a Docker image with
docker build -t jsoncrack .
- Run locally with
docker run -p 8888:8080 jsoncrack
- Go to http://localhost:8888
This project is open source and available under the GNU General Public License v3.0.