json_json_merge
Merge two JSON objects by applying patch values to override base keys, enabling structured data combination for AI applications.
Instructions
[json] Merge two JSON objects. Keys in the patch object override the base.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | ||
| patch | Yes |