fn to_bool(data: &str) -> Option<bool>
Parse a value to a boolean, returning None if this is not possible.
None