yyjson_get_bool

Function yyjson_get_bool 

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

Returns the content if the value is bool. Returns NULL if val is NULL or type is not bool.