# monkey-jsonviewer **Repository Path**: xfeny/monkey-jsonviewer ## Basic Information - **Project Name**: monkey-jsonviewer - **Description**: 适用于 Tampermonkey , Violentmonkey, Greasemonkey,ScriptCat的JSON格式化脚本 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-18 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 适用于 [Tampermonkey](https://www.tampermonkey.net/) , [Violentmonkey](https://violentmonkey.github.io/), [Greasemonkey](https://www.greasespot.net/),[ScriptCat](https://docs.scriptcat.org/)的JSON格式化脚本 脚本地址: GitHub地址: ### 实现的功能 - 两种格式化JSON风格,默认树形/表格树形 - 节点全部折叠/展开 - 复制JSON数据到剪切板 - JSON数据和JSON脑图可以保存为文件 - 支持使用JSON Crack查看 - 支持手动输入JSON - 支持通过HTTP请求方式获取JSON - 过滤JSON,模糊查找key和value的值 - JSON格式化和JOSN脑图,鼠标移入JSON的key上面提示JSONPath,并可复制JSONPath - 原始数据美化输出 - 支持JS、CSS美化数据 ### 效果图 ##### JSON格式化和主题色 ![JSON_Format](./images/JSON_Format.gif) ##### JSON脑图和JSON Crack ![JSON_Mind](./images/JSON_Mind.gif) ##### JSON手动输入 ![JSON_Input](./images/JSON_Input.gif) ##### HTTP 请求 ![JSON_Http_Request](./images/JSON_Http_Request.gif) ##### JS 美化 ![js_beautify](./images/js_beautify.gif) ##### CSS 美化 ![css_beautify](./images/css_beautify.gif)