pub fn as_json_except<T: Serialize>(value: &T, keys: &[&str]) -> Value
Serialize dropping the listed top-level keys (Rails as_json(except:)).
as_json(except:)