jsoncrack.com/README.md

59 lines
3.3 KiB
Markdown
Raw Normal View History

2022-12-08 11:51:55 +03:00
<div align="center" style="display:flex;flex-direction:column;">
2022-08-30 11:16:52 +03:00
<a href="https://jsoncrack.com">
2022-12-08 11:51:55 +03:00
<img width="700" alt="jsoncrack" src="https://user-images.githubusercontent.com/47941171/206401172-74c21f7f-0a32-4532-96cc-4cf6b493c837.png">
2022-04-17 10:52:31 +03:00
</a>
2023-01-09 13:00:51 +01:00
<h3>“Explore, analyze and understand even most complex JSON structures.”</br>Unlock the full potential of your data.</h3>
2022-04-17 10:52:31 +03:00
<p align="center">
2022-12-08 11:51:55 +03:00
<a href="https://www.producthunt.com/posts/json-crack?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-json&#0045;crack" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=332281&theme=light" alt="JSON&#0032;Crack - Simple&#0032;visualization&#0032;tool&#0032;for&#0032;your&#0032;JSON&#0032;data&#0046; | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
<a href="https://discord.gg/yVyTtCRueq" target="_blank"><img src="https://user-images.githubusercontent.com/47941171/206397224-94da03a4-59d0-48cd-aafc-512624a768d6.png" "style=" height: 54px;" height="54" /></a>
</br>
<a href="https://github.com/sponsors/AykutSarac" target="_blank"><img src="https://user-images.githubusercontent.com/47941171/206397875-a4e73f02-5d8f-4db0-902b-9a4bc2b22d90.png" "style=" height: 54px;" height="54" /></a>
2022-04-17 10:52:31 +03:00
</p>
2022-12-08 11:51:55 +03:00
</div>
2022-04-17 10:52:31 +03:00
<p align="center">
2022-09-24 19:45:19 +03:00
<img width="800" src="./public/assets/jsoncrack-screenshot.webp" alt="preview 1" />
2022-04-17 10:52:31 +03:00
</p>
2022-07-31 10:55:37 +03:00
2022-08-30 11:16:52 +03:00
# JSON Crack (jsoncrack.com)
2022-08-27 18:34:18 +03:00
2022-12-08 11:51:55 +03:00
Introducing JSON Crack the open-source, free JSON visualization app that will revolutionize the way you work with data. With its intuitive and user-friendly interface, JSON Crack makes it easy to explore, analyze, 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 and features you need to unlock the full potential of your data. Best of all, because JSON Crack is open-source and free, you can use it without breaking the bank. Try JSON Crack today and experience the power of data visualization like never before.
2022-04-06 14:30:54 +03:00
2022-08-30 11:16:52 +03:00
> <b><a href="https://jsoncrack.com">JSON Crack - Crack your data into pieces</a></b>
2022-04-06 14:30:54 +03:00
2022-12-08 11:51:55 +03:00
## ⚡️ Key Features
2022-04-06 14:30:54 +03:00
2022-08-27 18:34:18 +03:00
- Search Nodes
- Share links & Create Embed Widgets
- Download/Clipboard as image
- Upload JSON locally or fetch from URL
2022-12-08 11:51:55 +03:00
- User-friendly Interface
2022-08-27 18:34:18 +03:00
- Light/Dark Mode
2022-12-08 11:51:55 +03:00
## ⭐️ Embedding Into Your Website
2023-01-08 10:35:34 +03:00
You can use the JSON Crack to visualize your JSON **at your products or websites**, see our very simple guide: https://jsoncrack.com/docs
2022-12-08 11:51:55 +03:00
You can choose to **[partner us](https://github.com/sponsors/AykutSarac)** to remove attribute for your commercial products.
<img width="291" alt="Screenshot_2022-12-08_at_11 46 02-removebg-preview" src="https://user-images.githubusercontent.com/47941171/206400503-150f60b6-f4b3-4649-854d-be4a7b826275.png">
2022-01-30 13:09:56 +03:00
2022-04-17 10:52:31 +03:00
## 🛠 Development Setup
2022-04-30 13:56:06 +03:00
```console
2022-09-25 23:38:35 +03:00
npm install
2022-04-17 10:52:31 +03:00
npm run dev
```
2022-08-27 18:34:18 +03:00
2022-04-30 13:56:06 +03:00
## 🐳 Docker
A [`Dockerfile`](Dockerfile) is provided in the root of the repository.
2022-08-30 11:16:52 +03:00
If you want to run JSON Crack locally:
2022-08-27 18:34:18 +03:00
2022-09-08 23:38:15 +03:00
* Build a Docker image with `docker build -t jsoncrack .`
2022-08-30 12:06:15 +03:00
* Run locally with `docker run -p 8888:8080 jsoncrack`
* Go to http://localhost:8888
2022-04-17 10:52:31 +03:00
2022-04-06 14:30:54 +03:00
## License
2022-02-04 18:57:26 +03:00
2022-09-27 18:04:58 +03:00
This project is open source and available under the [GNU General Public License v3.0](LICENSE).