The Remove Null Values operation removes null values from a JSON file recursively. For JSON objects, properties whose value is null are removed. For JSON arrays, null elements are removed. The operation then continues through the remaining nested objects and arrays, so null values are removed at every level of the JSON structure. Values that are not null are preserved.