<!-- PROJECT LOGO -->
<p align="center">
<a href="https://github.com/AykutSarac/jsoncrack.com">
<img src="./public/assets/jsoncrack.png" height="300" alt="Logo">
</a>
<h3 align="center">JSON Crack (formerly JSON Visio)</h3>
<p align="center">
The open-source JSON Editor.
<br />
<a href="https://jsoncrack.com"><strong>Learn more 禄</strong></a>
<br />
<br />
<a href="https://discord.gg/yVyTtCRueq">Discord</a>
路
<a href="https://jsoncrack.com">Website</a>
路
<a href="https://github.com/AykutSarac/jsoncrack.com/issues">Issues</a>
路
<a href="https://marketplace.visualstudio.com/items?itemName=AykutSarac.jsoncrack-vscode">VS Code</a>
</p>
</p>
<!-- ABOUT THE PROJECT -->
## About the Project
<img width="100%" alt="booking-screen" src="./public/assets/preview.png">
# More Than a JSON Editor
JSON Crack is a free, open-source data visualization app capable of visualizing data formats such as JSON, YAML, XML, CSV and more, into interactive graphs. With its intuitive and user-friendly interface, JSON Crack makes it easy to explore, analyze, and understand even the most complex data 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.
- Dark mode.
- Graph & Tree view modes.
- Transform & filter data with AI.
- Export to PNG, SVG, JPEG & clipboard.
- Zoom and panning support with touch gestures.
- Supports data formats like JSON, YAML, CSV, XML, TOML...
- JQ, JSON Schema, Decode JWT, Generate Types and interfaces.
- Wide range of tools - search graph, json path, validate, save to cloud...
- Embeddable iframe widgets.
## Recognition
<a href="https://news.ycombinator.com/item?id=32626873">
<img
style="width: 250px; height: 54px;" width="250" height="54"
alt="Featured on Hacker News"
src="https://hackernews-badge.vercel.app/api?id=32626873"
/>
</a>
<a href="https://producthunt.com/posts/JSON-Crack?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-jsoncrack" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=332281&theme=light" alt="JSON Crack | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
### Built With
- [Next.js](https://nextjs.org/?ref=jsoncrack.com)
- [Reaflow](https://reaflow.dev/?ref=jsoncrack.com)
- [React.js](https://reactjs.org/?ref=jsoncrack.com)
- [Tailwind CSS](https://mantine.dev/?ref=jsoncrack.com)
- [Supabase](https://supabase.com/?ref=jsoncrack.com)
## Stay Up-to-Date
JSON Crack officially launched as v1.0 on the 17th of February 2022 and we've come a long way so far. Watch **releases** of this repository to be notified of future updates:
<a href="https://github.com/AykutSarac/jsoncrack.com"><img src="https://img.shields.io/github/stars/AykutSarac/jsoncrack.com" alt="Star at GitHub" /></a>
<!-- GETTING STARTED -->
## Getting Started
To get a local copy up and running, please follow these simple steps.
### Prerequisites
Here is what you need to be able to run JSON Crack.
- Node.js (Version: >=18.x)
- Pnpm _(recommended)_
## Development
### Setup
1. Clone the repo into a public GitHub repository (or fork https://github.com/AykutSarac/jsoncrack.com/fork). If you plan to distribute the code, keep the source code public to comply with [GPLv3](https://github.com/AykutSarac/jsoncrack.com/blob/main/LICENSE). To clone in a private repository, [acquire a commercial license](mailto:contact@jsoncrack.com)
```sh
git clone https://github.com/AykutSarac/jsoncrack.com.git
```
2. Go to the project folder
```sh
cd jsoncrack.com
```
3. Install packages with yarn
```sh
pnpm install
```
4. Run the project
```sh
pnpm dev
# Running on http://localhost:3000/
```
### Docker
馃惓 A [`Dockerfile`](Dockerfile) is provided in the root of the repository.
If you want to run JSON Crack locally:
```console
# Build a Docker image with:
docker build -t jsoncrack .
# Run locally with `docker run`
docker run -p 8888:8080 jsoncrack
# Run locally with `docker-compose`
docker-compose up -d
# Go to http://localhost:8888
```
<!-- CONTRIBUTING -->
## Contributing
Please see our [contributing guide](/CONTRIBUTING.md).
### Good First Issues
We have a list of [help wanted](https://github.com/AykutSarac/jsoncrack.com/issues?q=is:issue+is:open+label:%22%F0%9F%99%8B%F0%9F%8F%BB%E2%80%8D%E2%99%82%EF%B8%8Fhelp+wanted%22) that contain small features and bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.
<!-- CONTRIBUTORS -->
### Contributors
<a href="https://github.com/AykutSarac/jsoncrack.com/graphs/contributors">
<img src="https://contrib.rocks/image?repo=AykutSarac/jsoncrack.com" />
</a>
<!-- LICENSE -->
## License
Distributed under the [GPLv3 License](https://github.com/AykutSarac/jsoncrack.com/blob/main/LICENSE). See `LICENSE` for more information.
没有合适的资源?快使用搜索试试~ 我知道了~
优雅的JSON数据可视化工具
共145个文件
tsx:65个
ts:41个
yml:6个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 168 浏览量
2024-04-09
09:21:03
上传
评论
收藏 959KB ZIP 举报
温馨提示
一款优雅的JSON数据可视化工具。与简单地展示JSON数据不同,该项目将其转化为类似脑图的形式,支持放大/缩小、展开/收缩、搜索节点、导出图片等操作。同时,它还可以快速部署成服务,为用户提供更便捷的JSON数据分析体验。
资源推荐
资源详情
资源评论
收起资源包目录
优雅的JSON数据可视化工具 (145个子文件)
CNAME 13B
default.conf 509B
.env.development 482B
Dockerfile 444B
.dockerignore 226B
.gitignore 508B
favicon.ico 9KB
json2go.js 11KB
next.config.js 1KB
package.json 3KB
.eslintrc.json 772B
manifest.json 612B
tsconfig.json 570B
LICENSE 34KB
CODE_OF_CONDUCT.md 5KB
README.md 5KB
CONTRIBUTING.md 3KB
.nojekyll 0B
jsoncrack.png 394KB
preview.png 180KB
512.png 37KB
192.png 10KB
.prettierignore 64B
.prettierrc 444B
.env.production 482B
hn.svg 7KB
ph.svg 4KB
x.svg 712B
cursor.svg 620B
traverse.ts 8KB
useGraph.ts 7KB
useFile.ts 7KB
theme.ts 3KB
encode.ts 2KB
calculateNodeSize.ts 2KB
jsonParser.ts 2KB
jsonAdapter.ts 2KB
useConfig.ts 2KB
useFocusNode.ts 2KB
getNodePath.ts 1KB
document.service.ts 1KB
useUser.ts 1KB
useToggleHide.ts 1KB
useModal.ts 1KB
styles.ts 1KB
useJsonQuery.ts 1KB
data.ts 998B
getOutgoers.ts 977B
index.ts 897B
globalStyle.ts 779B
addNodeToGraph.ts 751B
sentry.client.config.ts 641B
useJson.ts 638B
search.ts 635B
fonts.ts 491B
graph.ts 357B
getChildrenEdges.ts 310B
supabase.ts 271B
addEdgeToGraph.ts 233B
getNextDirection.ts 228B
next-env.d.ts 201B
styled.d.ts 198B
gaEvent.ts 179B
env.d.ts 152B
file.enum.ts 136B
widget.ts 115B
viewMode.enum.ts 61B
global.d.ts 34B
sentry.edge.config.ts 18B
sentry.server.config.ts 18B
index.tsx 9KB
index.tsx 9KB
BottomBar.tsx 8KB
pricing.tsx 7KB
index.tsx 7KB
terms.tsx 6KB
docs.tsx 6KB
sign-up.tsx 5KB
index.tsx 5KB
index.tsx 5KB
sign-in.tsx 5KB
forgot-password.tsx 5KB
index.tsx 4KB
PremiumView.tsx 4KB
index.tsx 4KB
ViewMenu.tsx 4KB
index.tsx 4KB
TextNode.tsx 4KB
subscription-refund.tsx 3KB
index.tsx 3KB
OptionsMenu.tsx 3KB
index.tsx 3KB
index.tsx 3KB
index.tsx 3KB
styles.tsx 3KB
privacy.tsx 3KB
EditModal.tsx 3KB
_document.tsx 2KB
ZoomMenu.tsx 2KB
index.tsx 2KB
共 145 条
- 1
- 2
资源评论
UnknownToKnown
- 粉丝: 1w+
- 资源: 773
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 5G模组升级刷模块救砖以及5G模组资料路由器固件
- C183579-123578-c1235789.jpg
- Qt5.14 绘画板 Qt Creator C++项目
- python实现Excel表格合并
- Java实现读取Excel批量发送邮件.zip
- 【java毕业设计】商城后台管理系统源码(springboot+vue+mysql+说明文档).zip
- 【java毕业设计】开发停车位管理系统(调用百度地图API)源码(springboot+vue+mysql+说明文档).zip
- 星耀软件库(升级版).apk.1
- 基于Django后端和Vue前端的多语言购物车项目设计源码
- 基于Python与Vue的浮光在线教育平台源码设计
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功