[][src]Macro automate::json

macro_rules! json {
    {} => { ... };
    {$($fkey:expr => $fval:expr, $($key:expr => $val:expr),*)?} => { ... };
}

Creates a JSON string associating the given keys with the given values.