JSON Formatter

# JSON Formatter

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "JSON Formatter" with this command: npx skills add honestqiao/json-formatter

JSON Formatter

格式化、验证和压缩 JSON 数据。

功能

  • JSON 格式化(缩进)
  • JSON 验证
  • JSON 压缩
  • 路径提取

触发词

  • "格式化JSON"
  • "json格式化"
  • "prettify json"
  • "验证json"

示例

输入: {"a":1,"b":2}
输出: {
  "a": 1,
  "b": 2
}

输出

{
  "formatted": "...",
  "valid": true,
  "size": 1024,
  "paths": ["$.a", "$.b"]
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

API Mock Server

Lightweight API mock server for prototyping and testing, supporting JSON/JSON Schema responses, dynamic data, validation, latency, and webhook simulation.

Registry SourceRecently Updated
930Profile unavailable
General

Encoding Format Advisor

Select a data encoding format (JSON, Protobuf, Thrift, or Avro) and design a schema evolution strategy that preserves backward and forward compatibility thro...

Registry SourceRecently Updated
960Profile unavailable
General

XCrawl Scraper

XCrawl - AI-Powered Web Scraping API / AI 驱动网页爬虫,支持结构化数据提取

Registry SourceRecently Updated
4240Profile unavailable
General

Data Extractor

Extract structured data from unstructured sources. Parse JSON, CSV, logs, and mixed formats into clean, usable data. Handle malformed data, nested structures...

Registry SourceRecently Updated
3420Profile unavailable