json::object! [] [src]

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