JSON Hero 是一个简单实用的 JSON 工具,通过简洁美观的 UI 及增强的额外功能,使得阅读和理解 JSON 文档变得更容易、直观。
支持多种视图以便查看 JSON:列视图、树视图、JSON 视图等
本地安装
要在本地运行 JSON Hero,首先 clone 源代码,并安装相关依赖项:
git clone https://github.com/jsonhero-io/jsonhero-web.git
cd jsonhero-web
npm install
Then, create a file at the root of the repo called .env
and set the SESSION_SECRET
value:
SESSION_SECRET=abc123
Then, run npm run build
or npm run dev
to build.
Now, run npm start
and open your browser to http://localhost:8787
Leave a Reply