pub fn parse_yaml_with_path( content: &str, path: &Path, ) -> Result<Vec<Object>, YamlParseError>
Parse YAML content with a source file path.