JSON Viewer

格式化显示JSON使数据看起来更加漂亮,支持折叠/展开格式化后的数据,支持JSON脑图让调用层级看着更清晰,支持复制JSON脑图节点路径

As of 2024-10-14. See the latest version.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

نووسەر
Feny
Ratings
0 0 0
وەشان
v0.7.1
Created
2024-09-14
Updated
2024-10-14
Size
77.2 KB
مۆڵەت
نییە
Applies to
هەموو سایتەکان

适用于 TampermonkeyViolentmonkeyGreasemonkeyScriptCat的JSON格式化脚本

脚本地址:https://greasyfork.org/zh-CN/scripts/508417-json-viewer

GitHub地址:https://github.com/xFeny/monkey-jsonviewer

实现的功能

  • 两种格式化JSON风格,默认树形/表格树形
  • 节点全部折叠/展开
  • 复制JSON数据到剪切板
  • JSON数据和JSON脑图可以保存为文件
  • 支持使用JSON Crack查看
  • 支持手动输入JSON
  • 支持通过HTTP请求方式获取JSON
  • 过滤JSON,模糊查找key和value的值
  • JSON格式化和JOSN脑图,鼠标移入JSON的key上面提示JSONPath,并可复制JSONPath
  • 原始数据美化输出

效果图

JSON格式化和主题色

JSON_Format

JSON脑图和JSON Crack

JSON_Mind

JSON手动输入

JSON_Input

HTTP 请求

JSON_Http_Request