winops_json_format
Takes any JSON string and returns a pretty-printed version with configurable indentation. Use this tool to format raw JSON data into a readable, structured layout.
Instructions
Parse and pretty-print a JSON string.
Return Format
{"success": bool, "formatted": str}Examples
format(text='{"a":1,"b":2}')Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | JSON string to pretty-print. | |
| indent | No | Indentation spaces. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||