# JsonCrack **Repository Path**: YMHY_Sina_admin/JsonCrack ## Basic Information - **Project Name**: JsonCrack - **Description**: 在JsonCrack可视化的基础上做的json三级展示限制 - **Primary Language**: TypeScript - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-06 - **Last Updated**: 2024-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JSON Crack (jsoncrack.com) 感谢jsoncrack.com做出的开源贡献,本项目在此基础上没有做任何的创新,只是将json的展示层级做了三级的处理。 > JSON Crack - Crack your data into pieces ## ⚡️ Features - Search Nodes - Share links & Create Embed Widgets - Download/Clipboard as image - Upload JSON locally or fetch from URL - Great UI/UX - Light/Dark Mode - Advanced Error Messages ## 🛠 Development Setup ```console npm install npm run dev ``` ## 🐳 Docker A [`Dockerfile`](Dockerfile) is provided in the root of the repository. If you want to run JSON Crack locally: * Build a Docker image with `docker build -t jsoncrack .` * Run locally with `docker run -p 8888:8080 jsoncrack` * Go to http://localhost:8888 ## License This project is open source and available under the [GNU General Public License v3.0](LICENSE).