macro_rules! impl_json_io { ($type:ty) => { ... }; }
A macro to implement the JsonIO trait for a given type.
JsonIO