DB
FunctionsJSON

json_set

Updates a JSON document by setting the value at a specified path. V1 supports top-level object-key and array-index updates with strict path validation.

json_set(…) → JSON

Kind · scalar

Updates a JSON document by setting the value at a specified path. V1 supports top-level object-key and array-index updates with strict path validation.

Part of the JSON family.