⭐️ Transform data chaos into clarity with JSON Crack - the ultimate JSON visualization solution.
fork from : https://github.com/AykutSarac/jsoncrack.com.git
|
2 年之前 | |
---|---|---|
.github | 2 年之前 | |
public | 2 年之前 | |
src | 2 年之前 | |
.env.development | 2 年之前 | |
.env.production | 2 年之前 | |
.eslintrc.json | 2 年之前 | |
.gitignore | 3 年之前 | |
.npmrc | 2 年之前 | |
.prettierignore | 2 年之前 | |
.prettierrc | 2 年之前 | |
.travis.yml | 2 年之前 | |
CODE_OF_CONDUCT.md | 2 年之前 | |
CONTRIBUTING.md | 2 年之前 | |
Dockerfile | 2 年之前 | |
LICENSE | 2 年之前 | |
README.md | 2 年之前 | |
default.conf | 2 年之前 | |
jest.config.ts | 2 年之前 | |
jest.setup.ts | 2 年之前 | |
next-env.d.ts | 3 年之前 | |
next.config.js | 2 年之前 | |
package.json | 2 年之前 | |
tsconfig.json | 3 年之前 | |
yarn.lock | 2 年之前 |
<img width="1080" alt="jsoncrack" src="https://user-images.githubusercontent.com/47941171/187418000-8edea92b-b3ac-4b07-9c4c-e42f6763817d.png">
Simple json visualization tool for your data.
<img width="800" src="./public/assets/jsoncrack-screenshot.webp" alt="preview 1" />
Looking for an easy and intuitive way to visualize and analyze your JSON data? Look no further than JSON Crack, the powerful and user-friendly JSON visualization tool. With its advanced features and sleek design, JSON Crack makes it easy to explore and understand even the most complex JSON structures. Whether you're a developer working on a large-scale project or a data enthusiast looking to uncover hidden insights, JSON Crack has the tools you need to unlock the full potential of your data. Try JSON Crack today and experience the power of data visualization like never before.
You can use the web version at jsoncrack.com or also run it locally as Docker container.
npm install
npm run dev
A Dockerfile
is provided in the root of the repository.
If you want to run JSON Crack locally:
docker build -t jsoncrack .
docker run -p 8888:8080 jsoncrack
This project is open source and available under the GNU General Public License v3.0.