pub unsafe extern "C" fn yyjson_arr_size(
arr: *mut yyjson_val,
) -> usizeExpand description
Returns the number of elements in this array.
Returns 0 if arr is NULL or type is not array.
pub unsafe extern "C" fn yyjson_arr_size(
arr: *mut yyjson_val,
) -> usizeReturns the number of elements in this array.
Returns 0 if arr is NULL or type is not array.