macro_rules! gen_test_json {
($type:ty) => { ... };
}
Expand description
Generates a unit test that verifies JSON serialization/deserialization compatibility using snapshots.
macro_rules! gen_test_json {
($type:ty) => { ... };
}
Generates a unit test that verifies JSON serialization/deserialization compatibility using snapshots.