格式化、验证和压缩 JSON 数据。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill json-formatter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Json Formatter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-json-formatter)More formats (shields.io, HTML) on the badges page.
---
name: JSON Formatter
description: 格式化、验证和压缩 JSON 数据。
---
# JSON Formatter
格式化、验证和压缩 JSON 数据。
## 功能
- JSON 格式化(缩进)
- JSON 验证
- JSON 压缩
- 路径提取
## 触发词
- "格式化JSON"
- "json格式化"
- "prettify json"
- "验证json"
## 示例
```
输入: {"a":1,"b":2}
输出: {
"a": 1,
"b": 2
}
```
## 输出
```json
{
"formatted": "...",
"valid": true,
"size": 1024,
"paths": ["$.a", "$.b"]
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!