{
    "content": [
        {
            "type": "text",
            "text": "# Psych::Nodes::Mapping (ri)\n\n## Section Outline\n\n- **Psych::Nodes::Mapping < Psych::Nodes::Node** (14 lines)\n- **Constants:** (10 lines)\n- **Class methods:** (2 lines)\n- **Instance methods:** (6 lines)\n- **Attributes:** (5 lines)\n\n## Full Content\n\n### Psych::Nodes::Mapping < Psych::Nodes::Node\n\n(from gem psych-5.4.0)\n------------------------------------------------------------------------\nThis class represents a YAML Mapping( http://yaml.org/spec/1.1/#mapping\n).\n\nA Psych::Nodes::Mapping node may have 0 or more children, but must have\nan even number of children.  Here are the valid children a\nPsych::Nodes::Mapping node may have:\n\n* Psych::Nodes::Sequence\n* Psych::Nodes::Mapping\n* Psych::Nodes::Scalar\n* Psych::Nodes::Alias\n------------------------------------------------------------------------\n\n### Constants:\n\nANY:\nAny Map Style\n\nBLOCK:\nBlock Map Style\n\nFLOW:\nFlow Map Style\n\n### Class methods:\n\nnew\n\n### Instance methods:\n\nanchor\nimplicit\nmapping?\nstyle\ntag\n\n### Attributes:\n\nattraccessor anchor\nattraccessor implicit\nattraccessor style\nattraccessor tag\n\n"
        }
    ],
    "structuredContent": {
        "command": "Psych::Nodes::Mapping",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "Psych::Nodes::Mapping < Psych::Nodes::Node",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "Constants:",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "Attributes:",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}