{
    "content": [
        {
            "type": "text",
            "text": "# MIME::Field::ContDisp (perldoc)\n\n## NAME\n\nMIME::Field::ContDisp - a \"Content-disposition\" field\n\n## SYNOPSIS\n\nuse Mail::Field;\nuse MIME::Head;\n# Create an instance from some text:\n$field = Mail::Field->new('Content-disposition', $text);\n# Inline or attachment?\n$type = $field->type;\n# Recommended filename?\n$filename = $field->filename;\n\n## DESCRIPTION\n\nA subclass of Mail::Field.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **SYNOPSIS**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "MIME::Field::ContDisp",
        "section": "",
        "mode": "perldoc",
        "summary": "MIME::Field::ContDisp - a \"Content-disposition\" field",
        "synopsis": "use Mail::Field;\nuse MIME::Head;\n# Create an instance from some text:\n$field = Mail::Field->new('Content-disposition', $text);\n# Inline or attachment?\n$type = $field->type;\n# Recommended filename?\n$filename = $field->filename;",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "MIME::Field::ContDisp - a \"Content-disposition\" field\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "A subclass of Mail::Field.\n\n*Don't use this class directly... its name may change in the future!* Instead, ask Mail::Field\nfor new instances based on the field name!\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Mail::Field;\nuse MIME::Head;\n\n# Create an instance from some text:\n$field = Mail::Field->new('Content-disposition', $text);\n\n# Inline or attachment?\n$type = $field->type;\n\n# Recommended filename?\n$filename = $field->filename;\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "MIME::Field::ParamVal, Mail::Field\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com). Dianne Skoll\n(dfs@roaringpenguin.com) http://www.roaringpenguin.com\n",
                "subsections": []
            }
        }
    }
}