Function json_roundtrip

Source
pub fn json_roundtrip<T>(object: &T)
where T: Debug + PartialEq + Serialize + for<'de> Deserialize<'de>,