The open-source JSON Editor.
Learn more »
ToDiagram
·
Discord
·
Website
·
Issues
·
VS Code
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.
<img style="width: 250px; height: 54px;" width="250" height="54" alt="Featured on Hacker News" src="https://hackernews-badge.vercel.app/api?id=32626873" />
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:
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 with yarn
pnpm install
Run the project
pnpm dev
# Running on http://localhost:3000/
🐳 A Dockerfile
is provided in the root of the repository.
If you want to run JSON Crack locally:
# Build a Docker image with:
docker compose build
# Run locally with `docker-compose`
docker compose up
# Go to http://localhost:8888
See LICENSE
for more information.