Macro json::object

source ยท
macro_rules! object {
    {} => { ... };
    { $( $key:expr => $value:expr ),* } => { ... };
}