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