[][src]Function mynewt::libs::mynewt_rust::json_helper_close_array

pub unsafe extern "C" fn json_helper_close_array(
    object: *mut c_void,
    key: *const c_char
)

End the child array and resume writing the parent object.

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