{
    "content": [
        {
            "type": "text",
            "text": "# HTML::Mason::Resolver::File (perldoc)\n\n## NAME\n\nHTML::Mason::Resolver::File - Component path resolver for file-based components\n\n## SYNOPSIS\n\nmy $resolver = HTML::Mason::Resolver::File->new();\nmy $info = $resolver->getinfo('/some/comp.html');\n\n## DESCRIPTION\n\nThis HTML::Mason::Resolver subclass is used when components are stored on the filesystem, which\nis the norm for most Mason-based applications.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "HTML::Mason::Resolver::File",
        "section": "",
        "mode": "perldoc",
        "summary": "HTML::Mason::Resolver::File - Component path resolver for file-based components",
        "synopsis": "my $resolver = HTML::Mason::Resolver::File->new();\nmy $info = $resolver->getinfo('/some/comp.html');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "HTML::Mason::Resolver::File - Component path resolver for file-based components\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "my $resolver = HTML::Mason::Resolver::File->new();\n\nmy $info = $resolver->getinfo('/some/comp.html');\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This HTML::Mason::Resolver subclass is used when components are stored on the filesystem, which\nis the norm for most Mason-based applications.\n",
                "subsections": []
            }
        }
    }
}