{
    "content": [
        {
            "type": "text",
            "text": "# Class::Accessor::Faster (perldoc)\n\n## NAME\n\nClass::Accessor::Faster - Even faster, but less expandable, accessors\n\n## SYNOPSIS\n\npackage Foo;\nuse base qw(Class::Accessor::Faster);\n\n## DESCRIPTION\n\nThis is a faster but less expandable version of Class::Accessor::Fast.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHORS**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Class::Accessor::Faster",
        "section": "",
        "mode": "perldoc",
        "summary": "Class::Accessor::Faster - Even faster, but less expandable, accessors",
        "synopsis": "package Foo;\nuse base qw(Class::Accessor::Faster);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Class::Accessor::Faster - Even faster, but less expandable, accessors\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "package Foo;\nuse base qw(Class::Accessor::Faster);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is a faster but less expandable version of Class::Accessor::Fast.\n\nClass::Accessor's generated accessors require two method calls to accomplish their task (one for\nthe accessor, another for get() or set()).\n\nClass::Accessor::Fast eliminates calling set()/get() and does the access itself, resulting in a\nsomewhat faster accessor.\n\nClass::Accessor::Faster uses an array reference underneath to be faster.\n\nRead the documentation for Class::Accessor for more info.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Copyright 2017 Marty Pauley <marty+perl@martian.org>\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself. That means either (a) the GNU General Public License or (b) the Artistic License.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Class::Accessor\n",
                "subsections": []
            }
        }
    }
}