fn jsonbb_strip_nulls(jsonb: ValueRef<'_>, builder: &mut Builder)
Expand description
Recursively removes all object fields that have null values from the given JSON value.
fn jsonbb_strip_nulls(jsonb: ValueRef<'_>, builder: &mut Builder)
Recursively removes all object fields that have null values from the given JSON value.