json_merge
Merge a JSON object into existing JSON at a specified dotted path. Use an empty path to merge at the root level.
Instructions
Merge a JSON object at a dotted path (empty path merges at the root).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| path | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |