JSON Merge Objects

Callable
JsonMergeObjects

Merges 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

NameTypeDefaultDescription
BaseJsonStringBaseJson parameter
OverrideJsonStringOverrideJson parameter

Outputs

NameTypeDescription
OutJsonStringOutJson output
Return ValueBooleanReturn Value output

Example Use Cases

Example 1

Apply default settings over user-provided overrides.