返回 Skill 列表
extension
分类: 开发与工程无需 API Key

json-pretty

通过json_prettify工具美化JSON

person作者: jakexiaohubgithub

When to use

  • User provides compact/ugly JSON and wants it formatted.

Procedure

  1. Call json_prettify with the JSON string.
  2. Return the formatted JSON.