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