Macro json_value

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