JSON Pretty Print
PureJsonPrettyPrintReformats compact JSON with indentation and line breaks for readability.
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
Display formatted JSON in a debug widget for inspection.