JSON Pretty

Pretty-print JSON via json_prettify tool.

eanzhao 36989e7 247 B Updated

File contents

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.

eanzhao/aevatar-agent-framework/tree/main/examples/SkillsMCPUnifiedDemo/agent_skills/json-pretty commit 36989e7b95

Frequently asked questions

npx skillmds@latest add eanzhao/json-pretty