minify_json
Remove whitespace and unnecessary characters from JSON strings to create compact, single-line JSON for efficient data transfer and storage.
Instructions
Minify JSON by removing whitespace and unnecessary characters. Example: formatted JSON → compact single-line JSON
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | JSON string to minify |