⭐️ 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 роки тому | |
CODE_OF_CONDUCT.md | 2 роки тому | |
CONTRIBUTING.md | 2 роки тому | |
Dockerfile | 2 роки тому | |
LICENSE | 2 роки тому | |
README.md | 2 роки тому | |
default.conf | 2 роки тому | |
next-env.d.ts | 3 роки тому | |
next.config.js | 2 роки тому | |
package.json | 2 роки тому | |
tsconfig.json | 2 роки тому | |
yarn.lock | 2 роки тому |
<img width="800" src="./public/assets/jsoncrack-screenshot.webp" alt="preview 1" />
Introducing JSON Crack – the open-source, free JSON visualization app that will revolutionize the way you work with data. With its intuitive and user-friendly interface, JSON Crack makes it easy to explore, analyze, 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 and features you need to unlock the full potential of your data. Best of all, because JSON Crack is open-source and free, you can use it without breaking the bank. Try JSON Crack today and experience the power of data visualization like never before.
You can use the JSON Crack to visualize your JSON at your products or websites, see our very simple guide: https://jsoncrack.com/docs You can choose to partner us to remove attribute for your commercial products.
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.