Format Json
format_jsonPretty-print or minify a JSON string. indent sets spaces (default 2); pass 0 to minify to a single line. Keyless, offline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | The JSON text. | |
| indent | No | Indent spaces (default 2; 0 = minify). |