macro_rules! expand_from {
    ($(impl From<$fname:ident> for JsonValue)*) => { ... };
}