serde

Macro json

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

Helper for creating JsonValue