pub fn prune_nulls(value: Value) -> Value
Recursively remove null-valued object entries (object keys only; array elements are preserved so indices stay stable), mirroring how JS omits undefined object properties.
null
undefined