yyjson_is_arr

Function yyjson_is_arr 

Source
pub unsafe extern "C" fn yyjson_is_arr(val: *mut yyjson_val) -> bool
Expand description

Returns whether the JSON value is array. Returns false if val is NULL.