{
    "content": [
        {
            "type": "text",
            "text": "# YAML::Types (perldoc)\n\n## NAME\n\nYAML::Types - Marshall Perl internal data types to/from YAML\n\n## SYNOPSIS\n\n$::foo = 42;\nprint YAML::Dump(*::foo);\nprint YAML::Dump(qr{match me});\n\n## DESCRIPTION\n\nThis module has the helper classes for transferring objects, subroutines, references, globs,\nregexps and file handles to and from YAML.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "YAML::Types",
        "section": "",
        "mode": "perldoc",
        "summary": "YAML::Types - Marshall Perl internal data types to/from YAML",
        "synopsis": "$::foo = 42;\nprint YAML::Dump(*::foo);\nprint YAML::Dump(qr{match me});",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "YAML::Types - Marshall Perl internal data types to/from YAML\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "$::foo = 42;\nprint YAML::Dump(*::foo);\n\nprint YAML::Dump(qr{match me});\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module has the helper classes for transferring objects, subroutines, references, globs,\nregexps and file handles to and from YAML.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "ingy döt Net <ingy@cpan.org>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 2001-2014. Ingy döt Net\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nSee <http://www.perl.com/perl/misc/Artistic.html>\n",
                "subsections": []
            }
        }
    }
}