Back to skills
extension
Category: Development & EngineeringNo API key required

json-pretty

Pretty-print JSON via json_prettify tool.

personAuthor: 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.