yyjson_is_bool

Function yyjson_is_bool 

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

Returns whether the JSON value is bool (true/false). Returns false if val is NULL.