macro_rules! json_value { ({ $($key:expr => $value:expr),* $(,)? }) => { ... }; ($key:expr) => { ... }; }