JSON Set String Field
CallableJsonSetStringFieldSets or replaces a string field in a JSON object. Creates the field if it does not exist.
Type: Callable (has execution pins)
Category: Fortuna|JSON
Keywords: json
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| JsonObject | String | — | JsonObject parameter |
| Key | String | — | Key parameter |
| Value | String | — | Value parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| OutJson | String | OutJson output |
| Return Value | Boolean | Return Value output |
Example Use Cases
Example 1
Update the "status" field in a JSON payload before re-sending it.