macro_rules! run_query_json {
    ($runner:expr, $q:expr) => { ... };
    ($runner:expr, $q:expr, $path: expr) => { ... };
}