JSON Editor / 楼台 JSON 助手
Quick Start / 快速开始
Just ask your AI assistant: / 直接告诉 AI 助手:
- - "Format this messy JSON file" (美化这个杂乱的 JSON 文件)
- "Extract the 'id' field from results.json" (从 results.json 中提取 id 字段)
- "Minify this configuration for production" (为生产环境压缩此配置)
Commands / 常用功能
pretty
Format JSON with 2-space indentation.
CODEBLOCK0
get
Query specific data using dot notation (e.g. user.profile.0.id).
CODEBLOCK1
Requirements
Feedback
https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
技能名称:JSON Editor — 高级逻辑解析与格式化工具
详细描述:
JSON Editor / 楼台 JSON 助手
Quick Start / 快速开始
Just ask your AI assistant: / 直接告诉 AI 助手:
- - Format this messy JSON file (美化这个杂乱的 JSON 文件)
- Extract the id field from results.json (从 results.json 中提取 id 字段)
- Minify this configuration for production (为生产环境压缩此配置)
Commands / 常用功能
pretty
使用2空格缩进格式化 JSON。
bash
bash scripts/script.sh pretty data.json
get
使用点号表示法查询特定数据(例如 user.profile.0.id)。
bash
bash scripts/script.sh get data.json items.0.name
Requirements
Feedback
https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com