yyjson_mut_get_bool

Function yyjson_mut_get_bool 

Source
pub unsafe extern "C" fn yyjson_mut_get_bool(
    val: *mut yyjson_mut_val,
) -> bool
Expand description

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