json::array! [] [src]

macro_rules! array {
    [] => { ... };
    [ $( $item:expr ),* ] => { ... };
}