pub unsafe extern "C" fn yyjson_arr_get_first(
arr: *mut yyjson_val,
) -> *mut yyjson_valExpand description
Returns the first element of this array.
Returns NULL if arr is NULL/empty or type is not array.
pub unsafe extern "C" fn yyjson_arr_get_first(
arr: *mut yyjson_val,
) -> *mut yyjson_valReturns the first element of this array.
Returns NULL if arr is NULL/empty or type is not array.