yyjson_mut_arr_size

Function yyjson_mut_arr_size 

Source
pub unsafe extern "C" fn yyjson_mut_arr_size(
    arr: *mut yyjson_mut_val,
) -> usize
Expand description

Returns the number of elements in this array. Returns 0 if arr is NULL or type is not array.