Macro auto_json_db_single

Source
macro_rules! auto_json_db_single {
    ($struct:ident) => { ... };
    ($struct:ident, $pass:literal) => { ... };
}