merge_json
Merge two JSON objects into one, with the second string taking precedence. Optionally deep merge nested objects.
Instructions
Merge two JSON objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_string1 | Yes | First JSON string | |
| json_string2 | Yes | Second JSON string (takes precedence) | |
| deep | No | Deep merge nested objects (default: True) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |