Macro json::array

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