JSON Viewer

格式化显示 JSON 使数据看起来更加漂亮。支持 JSON 主题色切换。支持 JSON 脑图,清晰明了的查看 JSON 层级。支持通过 JSON Crack 查看 JSON。支持手动输入 JSON,HTTP 请求获取 JSON

As of 2024-10-22. 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!)

Author
Feny
Ratings
0 0 0
Version
v0.8.3
Created
2024-09-14
Updated
2024-10-22
Size
225 KB
License
MIT
Applies to
All sites

适用于 TampermonkeyViolentmonkeyGreasemonkeyScriptCat的JSON格式化脚本

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

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

实现的功能

  • 支持两种风格 JSON 格式化。
  • 支持 JSON 格式化主题色切换,浅色/暗黑。
  • 支持节点全部折叠/展开。
  • 支持复制 JSON 数据到剪切板。
  • 支持将 JSON 数据保存为.json文件和 JSON 脑图保存为图片。
  • 支持通过 JSON Crack 可视化工具查看 JSON。
  • 支持手动输入 JSON,支持通过HTTP 请求方式获取 JSON
  • 支持过滤 JSON,模糊查找keyvalue。
  • 支持鼠标移入提示 JSONPath
  • 支持原始数据美化输出。
  • 支持将 JSCSS 美化输出。

效果图

JSON格式化和主题色

JSON_Format

JSON脑图和JSON Crack

JSON_Mind

JSON手动输入

JSON_Input

HTTP 请求

JSON_Http_Request