{
    "content": [
        {
            "type": "text",
            "text": "# HTML::TokeParser::Simple::Token::Text (perldoc)\n\n## NAME\n\nHTML::TokeParser::Simple::Token::Text - Token.pm text class.\n\n## SYNOPSIS\n\nuse HTML::TokeParser::Simple;\nmy $p = HTML::TokeParser::Simple->new( $somefile );\nwhile ( my $token = $p->gettoken ) {\n# This prints all text in an HTML doc (i.e., it strips the HTML)\nnext unless $token->istext;\nprint $token->asis;\n}\n\n## DESCRIPTION\n\nThis class represents \"text\" tokens. See the \"HTML::TokeParser::Simple\" documentation for\ndetails.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OVERRIDDEN METHODS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "HTML::TokeParser::Simple::Token::Text",
        "section": "",
        "mode": "perldoc",
        "summary": "HTML::TokeParser::Simple::Token::Text - Token.pm text class.",
        "synopsis": "use HTML::TokeParser::Simple;\nmy $p = HTML::TokeParser::Simple->new( $somefile );\nwhile ( my $token = $p->gettoken ) {\n# This prints all text in an HTML doc (i.e., it strips the HTML)\nnext unless $token->istext;\nprint $token->asis;\n}",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OVERRIDDEN METHODS",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "HTML::TokeParser::Simple::Token::Text - Token.pm text class.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use HTML::TokeParser::Simple;\nmy $p = HTML::TokeParser::Simple->new( $somefile );\n\nwhile ( my $token = $p->gettoken ) {\n# This prints all text in an HTML doc (i.e., it strips the HTML)\nnext unless $token->istext;\nprint $token->asis;\n}\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class represents \"text\" tokens. See the \"HTML::TokeParser::Simple\" documentation for\ndetails.\n",
                "subsections": []
            },
            "OVERRIDDEN METHODS": {
                "content": "*   asis\n\n*   istext\n",
                "subsections": []
            }
        }
    }
}