yyjson_arr_size

Function yyjson_arr_size 

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

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