macro_rules! print_field_if_json {
    (
        $json_printer:expr, $($t:tt)*
    ) => { ... };
}