{
    "content": [
        {
            "type": "text",
            "text": "# jiter (pydoc)\n\n## NAME\n\njiter\n\n## Sections\n\n- **NAME**\n- **PACKAGE CONTENTS**\n- **CLASSES** (1 subsections)\n- **FUNCTIONS** (3 subsections)\n- **DATA**\n- **VERSION**\n- **FILE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "jiter",
        "section": "",
        "mode": "pydoc",
        "summary": "jiter",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "PACKAGE CONTENTS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "CLASSES",
                "lines": 3,
                "subsections": [
                    {
                        "name": "class LosslessFloat",
                        "lines": 25
                    }
                ]
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "cache_clear",
                        "lines": 1
                    },
                    {
                        "name": "cache_usage",
                        "lines": 1
                    },
                    {
                        "name": "from_json",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "jiter\n",
                "subsections": []
            },
            "PACKAGE CONTENTS": {
                "content": "jiter\n",
                "subsections": []
            },
            "CLASSES": {
                "content": "builtins.object\nLosslessFloat\n",
                "subsections": [
                    {
                        "name": "class LosslessFloat",
                        "content": "|  LosslessFloat(raw)\n|\n|  Represents a float from JSON, by holding the underlying bytes representing a float from JSON.\n|\n|  Methods defined here:\n|\n|  bytes(self, /)\n|\n|  float(self, /)\n|      float(self)\n|\n|  repr(self, /)\n|      Return repr(self).\n|\n|  str(self, /)\n|      Return str(self).\n|\n|  asdecimal(self, /)\n|\n|  ----------------------------------------------------------------------\n|  Static methods defined here:\n|\n|  new(*args, kwargs) from builtins.type\n|      Create and return a new object.  See help(type) for accurate signature.\n"
                    }
                ]
            },
            "FUNCTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "cache_clear",
                        "content": ""
                    },
                    {
                        "name": "cache_usage",
                        "content": ""
                    },
                    {
                        "name": "from_json",
                        "content": ""
                    }
                ]
            },
            "DATA": {
                "content": "all = ['fromjson', 'cacheclear', 'cacheusage', 'version', '...\n",
                "subsections": []
            },
            "VERSION": {
                "content": "0.16.0\n",
                "subsections": []
            },
            "FILE": {
                "content": "/home/chedong/.local/lib/python3.10/site-packages/jiter/init.py\n\n",
                "subsections": []
            }
        }
    }
}