macro_rules! json { () => { ... }; (null) => { ... }; ($value:literal) => { ... }; ([$($item:expr),* $(,)?]) => { ... }; ({ $($key:ident : $value:expr),* $(,)?}) => { ... }; }
Expand description
Helper for creating JsonValue
macro_rules! json { () => { ... }; (null) => { ... }; ($value:literal) => { ... }; ([$($item:expr),* $(,)?]) => { ... }; ({ $($key:ident : $value:expr),* $(,)?}) => { ... }; }
Helper for creating JsonValue