mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
73 lines
3.4 KiB
Markdown
73 lines
3.4 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)
|
|
|
|
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](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).
|