Simple json visualization tool for your data.
JSON Crack (jsoncrack.com)
Looking for an easy and intuitive way to visualize and analyze your JSON data? Look no further than JSON Crack, the powerful and user-friendly JSON visualization tool. With its advanced features and sleek design, JSON Crack makes it easy to explore and understand even the most complex JSON structures. Whether you're a developer working on a large-scale project or a data enthusiast looking to uncover hidden insights, JSON Crack has the tools you need to unlock the full potential of your data. Try JSON Crack today and experience the power of data visualization like never before.
You can use the web version at jsoncrack.com or also run it locally as Docker container.
⚡️ Features
- 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
🛠 Development Setup
npm install
npm run dev
🐳 Docker
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
License
This project is open source and available under the GNU General Public License v3.0.