macro_rules! json { (null) => { ... }; ([$($tokens:tt)*]) => { ... }; ({$($tokens:tt)*}) => { ... }; ($value:expr) => { ... }; }
Constructs a Value with JSON-like syntax.
Value