mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
73 lines
3.1 KiB
Markdown
73 lines
3.1 KiB
Markdown
<center>
|
|
<a href="https://jsoncrack.com">
|
|
<img width="1080" alt="jsoncrack" src="https://user-images.githubusercontent.com/47941171/187418000-8edea92b-b3ac-4b07-9c4c-e42f6763817d.png">
|
|
</a>
|
|
</center>
|
|
|
|
<p>
|
|
<p align="center">
|
|
<a href="https://discord.gg/yVyTtCRueq">
|
|
<img alt="github sponsors" src="https://dcbadge.vercel.app/api/server/yVyTtCRueq?style=flat-square" />
|
|
</a>
|
|
<a href="https://app.travis-ci.com/github/AykutSarac/jsoncrack.com">
|
|
<img alt="travis ci badge" src="https://img.shields.io/travis/com/AykutSarac/jsoncrack.com/main?style=flat-square" />
|
|
</a>
|
|
<a href="https://github.com/AykutSarac/jsoncrack.com/blob/main/LICENSE">
|
|
<img alt="license badge" src="https://img.shields.io/github/license/AykutSarac/jsoncrack.com?style=flat-square" />
|
|
</a>
|
|
<a href="https://github.com/AykutSarac/jsoncrack.com/releases">
|
|
<img alt="version badge" src="https://img.shields.io/github/package-json/v/AykutSarac/jsoncrack.com?color=brightgreen&style=flat-square" />
|
|
</a>
|
|
<a href="https://github.com/sponsors/AykutSarac">
|
|
<img alt="github sponsors" src="https://img.shields.io/github/sponsors/AykutSarac?style=flat-square" />
|
|
</a>
|
|
</p>
|
|
<p align="center">
|
|
<i>Simple json visualization tool for your data.</i>
|
|
<p align="center">
|
|
<a href="https://www.producthunt.com/posts/json-crack?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-json-crack" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=332281&theme=light" alt="JSON Crack - Simple visualization tool for your JSON data. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
|
</p>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<img width="800" src="./public/assets/jsoncrack-screenshot.webp" alt="preview 1" />
|
|
</p>
|
|
|
|
# JSON Crack (jsoncrack.com)
|
|
|
|
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](https://jsoncrack.com) or also run it locally as [Docker container](https://github.com/AykutSarac/jsoncrack.com#-docker).
|
|
|
|
> <b><a href="https://jsoncrack.com">JSON Crack - Crack your data into pieces</a></b>
|
|
|
|
## ⚡️ 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
|
|
|
|
```console
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
## 🐳 Docker
|
|
|
|
A [`Dockerfile`](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](LICENSE).
|