{
    "content": [
        {
            "type": "text",
            "text": "# text (man)\n\n## NAME\n\nText - an XML text node\n\n## Sections\n\n- **NAME**\n- **API** (3 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "text",
        "section": "",
        "mode": "man",
        "summary": "Text - an XML text node",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "API",
                "lines": 1,
                "subsections": [
                    {
                        "name": "new ( text )",
                        "lines": 2
                    },
                    {
                        "name": "getValue / getData",
                        "lines": 5
                    },
                    {
                        "name": "appendText ( text )",
                        "lines": 5
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "Text - an XML text node\n",
                "subsections": []
            },
            "API": {
                "content": "",
                "subsections": [
                    {
                        "name": "new ( text )",
                        "content": "Create a new text node.\n"
                    },
                    {
                        "name": "getValue / getData",
                        "content": "Returns the text\n\nstringvalue\nReturns the text\n"
                    },
                    {
                        "name": "appendText ( text )",
                        "content": "Adds the given text string to this node.\n\n\n\nperl v5.28.0                                 2018-10-20                  XML::XPath::Node::Text(3pm)"
                    }
                ]
            }
        }
    }
}