⭐️ Transform data chaos into clarity with JSON Crack - the ultimate JSON visualization solution.
fork from : https://github.com/AykutSarac/jsoncrack.com.git
|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.github | %!s(int64=2) %!d(string=hai) anos | |
public | %!s(int64=2) %!d(string=hai) anos | |
src | %!s(int64=2) %!d(string=hai) anos | |
.eslintrc.json | %!s(int64=3) %!d(string=hai) anos | |
.gitignore | %!s(int64=3) %!d(string=hai) anos | |
.travis.yml | %!s(int64=3) %!d(string=hai) anos | |
Dockerfile | %!s(int64=3) %!d(string=hai) anos | |
LICENSE | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
jest.config.ts | %!s(int64=3) %!d(string=hai) anos | |
jest.setup.ts | %!s(int64=3) %!d(string=hai) anos | |
next-env.d.ts | %!s(int64=3) %!d(string=hai) anos | |
next.config.js | %!s(int64=2) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos | |
tsconfig.json | %!s(int64=3) %!d(string=hai) anos | |
yarn.lock | %!s(int64=2) %!d(string=hai) anos |
<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="https://jsonvisio.com/jsonvisio-screenshot.png" alt="preview 1" />
JSON Visio is data visualization tool for your json data which seamlessly illustrates your data on graphs without having to restructure anything, paste directly or import file.
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:80 jsonvisio`
* Go to [http://localhost:8888]
This project is open source and available under the MIT License.