DB
FunctionsJSON

json_merge_patch

Applies a JSON Merge Patch (RFC 7396) document to a target JSON value and returns the patched result. Use this for partial updates of JSON objects.

json_merge_patch(…) → JSON

Kind · scalar

Applies a JSON Merge Patch (RFC 7396) document to a target JSON value and returns the patched result. Use this for partial updates of JSON objects.

Part of the JSON family.