json_set
Update JSON data by setting a specified value at a dotted path, returning the modified document. Use to modify nested fields without rewriting the entire structure.
Instructions
Set a dotted path in JSON text or an object and return the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| path | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |