Function jbl_create_empty_array

Source
pub unsafe extern "C" fn jbl_create_empty_array(
    jblp: *mut JBL,
) -> iwrc
Expand description

@brief Create empty binary JSON array.

@note jblp should be disposed by jbl_destroy() @see jbl_fill_from_node() @param [out] jblp Pointer to be initialized by new object.