json_json_set
Modify JSON objects by setting values at specific paths using dot notation. Input JSON data, path, and JSON-encoded value to receive the updated JSON 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| path | Yes | ||
| value | Yes |