developer_json_formatter
Validate, pretty-print, or minify JSON strings with configurable indentation.
Instructions
Validate, format (pretty-print), or minify JSON strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | The JSON string to format. | |
| indent | No | Indentation spaces for pretty-print. Defaults to 2. | |
| minify | No | If true, outputs minified JSON. If false, pretty-prints it. Defaults to false. |