Is Valid JSON
PureIsValidJsonReturns true if the string is valid, parseable JSON.
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 | Boolean | Return Value output |
Example Use Cases
Example 1
Validate a received webhook payload before processing it.