[][src]Macro mynewt::json_rep_close_array

macro_rules! json_rep_close_array {
    ($context:ident, $key:ident) => { ... };
    ($context:ident, $key:expr) => { ... };
}

End the child array and resume writing the parent object.

{a:b, key:[... --> {a:b, key:[...]