macro_rules! from_str_json {
    ($cls:ident) => { ... };
}
Expand description

Implement FromStr for a given class by parsing it as JSON.