Macro addjs

Source
macro_rules! addjs {
    ($map:expr, $(($key:expr, $value:expr)), *) => { ... };
}
Expand description

Add **kwargs to json map.