JSON Merge Patch update operations: none, set
Retrieves a value depending on the patch operation where none is mapped to the value returned by given the current function.
none
Transforms the value for set operations by calling the provided transform function and creating a new set operation; none operations are returned as is.
set
Allows using a patch update operation by passing an appropriate value to the given block function.