json_json_merge
Merge two JSON objects by applying a patch that overrides keys in the base object. Provide base and patch as JSON strings to get the combined result.
Instructions
[json] Merge two JSON objects. Keys in the patch object override the base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | ||
| patch | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |