pub unsafe extern "C" fn yyjson_mut_get_bool(
val: *mut yyjson_mut_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_mut_get_bool(
val: *mut yyjson_mut_val,
) -> boolReturns the content if the value is bool.
Returns NULL if val is NULL or type is not bool.