JSON Minify
PureJsonMinifyStrips all whitespace from a JSON string, producing the most compact representation.
Type: Pure (no side effects)
Category: Fortuna|JSON
Keywords: json
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| JsonString | String | — | JsonString parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | String | Return Value output |
Example Use Cases
Example 1
Minimize JSON payload size before sending to a REST API.