pub unsafe extern "C" fn yyjson_mut_arr(
doc: *mut yyjson_mut_doc,
) -> *mut yyjson_mut_valExpand description
Creates and returns an empty mutable array. @param doc A mutable document, used for memory allocation only. @return The new array. NULL if input is NULL or memory allocation failed.