JSON Format
text_json_formatFormat and pretty-print a JSON string with configurable indentation. Use when making minified or compact JSON readable for debugging or documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | Raw JSON string to format | |
| indent | No | Number of spaces for indentation (0-8) |