yyjson_arr_get_first

Function yyjson_arr_get_first 

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

Returns the first element of this array. Returns NULL if arr is NULL/empty or type is not array.