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