Skip to main content

as_json_except

Function as_json_except 

Source
pub fn as_json_except<T: Serialize>(value: &T, keys: &[&str]) -> Value
Expand description

Serialize dropping the listed top-level keys (Rails as_json(except:)).