json_format
Format, minify, or validate JSON strings to fix readability issues or confirm syntax. Specify indentation spaces for clean output.
Instructions
Format, minify, or validate JSON strings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | JSON string to process | |
| action | No | Action to perform (default: format) | |
| indent | No | Number of spaces for indentation (default: 2) |