{
    "content": [
        {
            "type": "text",
            "text": "# BSON::String (perldoc)\n\n## NAME\n\nBSON::String - BSON type wrapper for strings\n\n## SYNOPSIS\n\nuse BSON::Types ':all';\nbsonstring( $string );\n\n## DESCRIPTION\n\nThis module provides a BSON type wrapper for a string value.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **ATTRIBUTES**\n- **METHODS**\n- **OVERLOADING**\n- **AUTHORS**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "BSON::String",
        "section": "",
        "mode": "perldoc",
        "summary": "BSON::String - BSON type wrapper for strings",
        "synopsis": "use BSON::Types ':all';\nbsonstring( $string );",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "ATTRIBUTES",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OVERLOADING",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "BSON::String - BSON type wrapper for strings\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version v1.12.2\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use BSON::Types ':all';\n\nbsonstring( $string );\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module provides a BSON type wrapper for a string value.\n\nSince Perl does not distinguish between numbers and strings, this module provides an explicit\nstring type for a scalar value.\n",
                "subsections": []
            },
            "ATTRIBUTES": {
                "content": "value\nA scalar value, which will be stringified during construction. The default is the empty string.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "TOJSON\nReturns value as a string.\n",
                "subsections": []
            },
            "OVERLOADING": {
                "content": "The stringification operator (\"\") is overloaded to return the \"value\", the full \"minimal set\" of\noverloaded operations is provided (per overload documentation) and fallback overloading is\nenabled.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "*   David Golden <david@mongodb.com>\n\n*   Stefan G. <minimalist@lavabit.com>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is Copyright (c) 2020 by Stefan G. and MongoDB, Inc.\n\nThis is free software, licensed under:\n\nThe Apache License, Version 2.0, January 2004\n",
                "subsections": []
            }
        }
    }
}