JSON Merge Objects
CallableJsonMergeObjectsMerges two JSON objects. Fields from the second object overwrite matching fields in the first.
Type: Callable (has execution pins)
Category: Fortuna|JSON
Keywords: json
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| BaseJson | String | — | BaseJson parameter |
| OverrideJson | String | — | OverrideJson parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| OutJson | String | OutJson output |
| Return Value | Boolean | Return Value output |
Example Use Cases
Example 1
Apply default settings over user-provided overrides.