json_db_relation

Macro json_db_relation 

Source
macro_rules! json_db_relation {
    ($first:ident=$field:ident, $second:ident) => { ... };
    ($first:ident=$field:ident, $second:ident,"1:1") => { ... };
}