json_json_set
Set a value at a dot-notation path in a JSON object, returning the modified JSON string. The value must be a JSON-encoded string.
Instructions
[json] Set a value at a path in a JSON object, returning the modified JSON string. Path uses dot notation. Value must be a JSON-encoded string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| path | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |