Function field_table_for_path_excluding
pub fn field_table_for_path_excluding(
root: &Value,
path: &str,
include_enabled: bool,
defaults: Option<&Value>,
exclude: &BTreeSet<String>,
) -> Result<String, String>