minify_json
Compress a JSON string by removing all whitespace to produce the smallest valid JSON representation.
Instructions
Compress/minify a JSON string to its smallest valid form (no whitespace).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | The JSON string to minify. |