{
    "content": [
        {
            "type": "text",
            "text": "# YAML::Dumper (perldoc)\n\n**Summary:** YAML::Dumper - YAML class for dumping Perl objects to YAML\n\n**Synopsis:** use YAML::Dumper;\nmy $dumper = YAML::Dumper->new;\n$dumper->indentwidth(4);\nprint $dumper->dump({foo => 'bar'});\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (5 lines)\n- **DESCRIPTION** (3 lines)\n- **AUTHOR** (2 lines)\n- **COPYRIGHT** (7 lines)\n\n## Full Content\n\n### NAME\n\nYAML::Dumper - YAML class for dumping Perl objects to YAML\n\n### SYNOPSIS\n\nuse YAML::Dumper;\nmy $dumper = YAML::Dumper->new;\n$dumper->indentwidth(4);\nprint $dumper->dump({foo => 'bar'});\n\n### DESCRIPTION\n\nYAML::Dumper is the module that YAML.pm used to serialize Perl objects\nto YAML. It is fully object oriented and usable on its own.\n\n### AUTHOR\n\nIngy döt Net <ingy@cpan.org>\n\n### COPYRIGHT\n\nCopyright 2001-2014. Ingy döt Net\n\nThis program is free software; you can redistribute it and/or modify it\nunder the same terms as Perl itself.\n\nSee <http://www.perl.com/perl/misc/Artistic.html>\n\n"
        }
    ],
    "structuredContent": {
        "command": "YAML::Dumper",
        "section": "",
        "mode": "perldoc",
        "summary": "YAML::Dumper - YAML class for dumping Perl objects to YAML",
        "synopsis": "use YAML::Dumper;\nmy $dumper = YAML::Dumper->new;\n$dumper->indentwidth(4);\nprint $dumper->dump({foo => 'bar'});",
        "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": []
            }
        ]
    }
}