README.md
<a href="https://jsoncrack.com"><strong>Learn more »</strong></a>
<a href="https://todiagram.com">ToDiagram</a>
·
<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>
JSON Crack is a tool for visualizing JSON data in a structured, interactive graphs, making it easier to explore, format, and validate JSON. It offers features like converting JSON to other formats (CSV, YAML), generating JSON Schema, executing queries, and exporting visualizations as images. Designed for both readability and usability.
<a href="https://producthunt.com/posts/JSON-Crack?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-jsoncrack" target="_blank"></a>
If you find JSON Crack useful, you can support the project by using ToDiagram.
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"></a>
<!-- GETTING STARTED -->To get a local copy up and running, please follow these simple steps.
Here is what you need to be able to run JSON Crack.
Clone the repo into a public GitHub repository (or fork https://github.com/AykutSarac/jsoncrack.com/fork). If you plan to distribute the code, read the LICENSE for additional details.
git clone https://github.com/AykutSarac/jsoncrack.com.git
Go to the project folder
cd jsoncrack.com
Install packages
pnpm install
Run the web app
pnpm dev:www
# Running on http://localhost:3000/
From repository root:
# Web app
pnpm dev:www
pnpm build:www
# VS Code extension
pnpm dev:vscode
pnpm build:vscode
pnpm lint:vscode
pnpm lint:fix:vscode
# All workspaces
pnpm dev
pnpm build
pnpm lint
pnpm build:www is the production build command used in GitHub Actions deployment.
F5.Run VSCode Extension (apps/vscode) when prompted..json file and run:
JSON Crack: Enable JSON Crack visualization.🐳 Docker assets are in apps/www.
If you want to run JSON Crack locally:
cd apps/www
# Build a Docker image with:
docker compose build
# Run locally with `docker-compose`
docker compose up
# Go to http://localhost:8888
The supported node limit can be changed by editing NEXT_PUBLIC_NODE_LIMIT in apps/www/.env.
See LICENSE for more information.