merge_json
Merge two JSON objects using a deep or shallow strategy. Combine nested structures with deep merge or override top-level keys with shallow merge.
Instructions
Merge two JSON objects with deep or shallow strategy.
Parameters:
json_a — First JSON string.
json_b — Second JSON string.
strategy — 'deep' (default) or 'shallow'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_a | Yes | ||
| json_b | Yes | ||
| strategy | No | deep |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |