DB
FunctionsJSON

json_set_lax

Updates a JSON document by setting the value at a specified path using lax error handling. V1 supports top-level object-key and array-index updates and leaves unsupported paths unchanged.

json_set_lax(…) → JSON

Kind · scalar

Updates a JSON document by setting the value at a specified path using lax error handling. V1 supports top-level object-key and array-index updates and leaves unsupported paths unchanged.

Part of the JSON family.