Apply the given PartialFunction to values in serialized, JSON records.
Apply the given PartialFunction to values in serialized, JSON records. New records are returned with the original values replaced by the results of the PartialFunction for values on which the PartialFunction matched. See unit the the for examples.
Apply the given PartialFunction to object fields in serialized, JSON records.
Apply the given PartialFunction to object fields in serialized, JSON records. New records are returned with the original fields replaced by the results of the PartialFunction for fields on which the PartialFunction matched. See unit the the for examples.