JSON Viewer

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

As of 21.10.2024. See апошняя версія.

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
Рэйтынг
0 0 0
Версія
v0.8.2
Створаны
14.09.2024
Абноўлены
21.10.2024
Памер
224.3 КБ
Ліцэнзія
Н/Д
Ужываецца на
Усе сайты

适用于 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脑图,鼠标移入提示JSONPath,并可复制JSONPath
  • 支持JS、CSS美化数据

效果图

JSON格式化和主题色

JSON_Format

JSON脑图和JSON Crack

JSON_Mind

JSON手动输入

JSON_Input

HTTP 请求

JSON_Http_Request