Macro json

Source
macro_rules! json {
    ( $string:expr ) => { ... };
}