macro_rules! json_from_str {
    ($name:ident) => { ... };
}
Expand description

Macro to implement FromStr using JSON.