⭐️ Transform data chaos into clarity with JSON Crack - the ultimate JSON visualization solution.
fork from : https://github.com/AykutSarac/jsoncrack.com.git
|
2 vuotta sitten | |
---|---|---|
.github | 2 vuotta sitten | |
public | 2 vuotta sitten | |
src | 2 vuotta sitten | |
.eslintrc.json | 3 vuotta sitten | |
.gitignore | 3 vuotta sitten | |
.prettierignore | 2 vuotta sitten | |
.prettierrc | 2 vuotta sitten | |
.travis.yml | 2 vuotta sitten | |
Dockerfile | 2 vuotta sitten | |
LICENSE | 3 vuotta sitten | |
README.md | 2 vuotta sitten | |
default.conf | 2 vuotta sitten | |
jest.config.ts | 2 vuotta sitten | |
jest.setup.ts | 2 vuotta sitten | |
next-env.d.ts | 3 vuotta sitten | |
next.config.js | 2 vuotta sitten | |
package.json | 2 vuotta sitten | |
tsconfig.json | 3 vuotta sitten | |
yarn.lock | 2 vuotta sitten |
<img width="1080" alt="jsonvisio" src="https://user-images.githubusercontent.com/47941171/182015412-f048058e-6e31-4cf6-bcfc-ab9ba3f6e005.png">
Simple json visualization tool for your data.
<img width="800" src="/public/jsonvisio-screenshot.webp" alt="preview 1" />
JSON Visio is a tool that generates graph diagrams from JSON objects. These diagrams are much easier to navigate than the textual format and to make it even more convenient, the tool also allows you to search the nodes. Additionally, the generated diagrams can also be downloaded or clipboard as image.
You can use the web version at jsonvisio.com or also run it locally as Docker container.
npm install --legacy-peer-deps
npm run dev
A Docker file is provided in the root of the repository.
If you want to run JSON Visio locally:
* Build Docker image with `docker build -t jsonvisio .`
* Run locally with `docker run -p 8888:8080 jsonvisio`
* Go to [http://localhost:8888]
This project is open source and available under the MIT License.