简介
??JSON Visio 是一个从 JSON 对象生成图表的工具。这些图表比文本格式更容易导航,并且更方便,该工具还允许您搜索节点。此外,生成的图表也可以作为图像下载或剪贴板。
您可以使用jsonvisio.com上的 Web 版本,也可以将其作为Docker 容器在本地运行。
Github
github地址:
https://github.com/AykutSarac/jsonvisio.com
github协议:MIT
github star: 6.5K
??特征
- 搜索节点
- 共享链接和创建嵌入小部件
- 下载/剪贴板作为图像
- 在本地上传 JSON 或从 URL 获取
- 很棒的用户界面/用户体验
- 亮/暗模式
- 高级错误消息
开发设置
npm install --legacy-peer-deps
npm run dev
Docker 安装
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:8080 jsonvisio`
* Go to [http://localhost:8888]