Function test_serialization_roundtrip

Source
pub fn test_serialization_roundtrip<T>(json_data: &str)
Expand description

Utility function that asserts that the given JSON input can be serialized into and deserialized from the specified type T.