pub fn field_bool(map: &Expr, name: &str) -> Option<bool>
Read a bool-valued field (Expr::Bool). Returns None when absent or not a bool. This is the optional counterpart of required_bool.
Expr::Bool
None
required_bool