{
    "content": [
        {
            "type": "text",
            "text": "# XML::Parser::Style::Debug (perldoc)\n\n## NAME\n\nXML::Parser::Style::Debug - Debug style for XML::Parser\n\n## SYNOPSIS\n\nuse XML::Parser;\nmy $p = XML::Parser->new(Style => 'Debug');\n$p->parsefile('foo.xml');\n\n## DESCRIPTION\n\nThis just prints out the document in outline form to STDERR. Nothing special is returned by\nparse.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XML::Parser::Style::Debug",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::Parser::Style::Debug - Debug style for XML::Parser",
        "synopsis": "use XML::Parser;\nmy $p = XML::Parser->new(Style => 'Debug');\n$p->parsefile('foo.xml');",
        "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": "XML::Parser::Style::Debug - Debug style for XML::Parser\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use XML::Parser;\nmy $p = XML::Parser->new(Style => 'Debug');\n$p->parsefile('foo.xml');\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This just prints out the document in outline form to STDERR. Nothing special is returned by\nparse.\n",
                "subsections": []
            }
        }
    }
}