pretty_json
Format JSON strings or local files with custom indentation to improve readability, without contacting external services.
Instructions
Pretty-print JSON with indentation. Local files/strings only. Does not fetch URLs or contact external services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Raw JSON/JSONC string (alternative to filePath). | |
| indent | No | ||
| filePath | No | Local JSON/JSONC file path. | |
| outputPath | No |