⭐️ Transform data chaos into clarity with JSON Crack - the ultimate JSON visualization solution.
fork from : https://github.com/AykutSarac/jsoncrack.com.git
|
2 anos atrás | |
---|---|---|
.github | 2 anos atrás | |
public | 2 anos atrás | |
src | 2 anos atrás | |
.eslintrc.json | 3 anos atrás | |
.gitignore | 3 anos atrás | |
.travis.yml | 3 anos atrás | |
Dockerfile | 3 anos atrás | |
LICENSE | 3 anos atrás | |
README.md | 2 anos atrás | |
jest.config.ts | 3 anos atrás | |
jest.setup.ts | 3 anos atrás | |
next-env.d.ts | 3 anos atrás | |
next.config.js | 2 anos atrás | |
package.json | 2 anos atrás | |
tsconfig.json | 3 anos atrás | |
yarn.lock | 2 anos atrás |
<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.