pub fn meta_get_bool( meta: &HashMap<String, Value>, key: &str, default: bool, ) -> bool
Helper to get a bool value from MetaMapType.