pub unsafe extern "C" fn yyjson_get_bool(val: *mut yyjson_val) -> boolExpand description
Returns the content if the value is bool.
Returns NULL if val is NULL or type is not bool.
pub unsafe extern "C" fn yyjson_get_bool(val: *mut yyjson_val) -> boolReturns the content if the value is bool.
Returns NULL if val is NULL or type is not bool.