yyjson_is_null

Function yyjson_is_null 

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

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