JSON Minify

Pure
JsonMinify

Strips all whitespace from a JSON string, producing the most compact representation.

Type: Pure (no side effects)
Category: Fortuna|JSON
Keywords: json

Inputs

NameTypeDefaultDescription
JsonStringStringJsonString parameter

Outputs

NameTypeDescription
Return ValueStringReturn Value output

Example Use Cases

Example 1

Minimize JSON payload size before sending to a REST API.