🦀 ClawHub
JSON Formatter
by @honestqiao
Format, validate, compress JSON data, and extract JSON paths for improved readability and structure verification.
TERMINAL
clawhub install json-formatter📖 About This Skill
JSON Formatter
格式化、验证和压缩 JSON 数据。
功能
触发词
示例
输入: {"a":1,"b":2}
输出: {
"a": 1,
"b": 2
}
输出
{
"formatted": "...",
"valid": true,
"size": 1024,
"paths": ["$.a", "$.b"]
}