JsonDecoder


NameJsonDecoder JSON
Version 0.0.11 PyPI version JSON
download
home_pagehttps://github.com/sheikhjebran/jsonparser
Summaryjson parser framework for Python
upload_time2023-06-30 11:03:27
maintainer
docs_urlNone
authorSheikh Jebran
requires_python>3.5.0
licenseMIT License
keywords json python json parser json parser parser json python decover
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jsonparser
parse the json and return Class Object


# How to use

```
JsonParser.parserJson(json_object)

return: parsedJson data
```
json_object : Str or json_file_path

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sheikhjebran/jsonparser",
    "name": "JsonDecoder",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">3.5.0",
    "maintainer_email": "",
    "keywords": "json python json parser json parser parser json python decover",
    "author": "Sheikh Jebran",
    "author_email": "sheikhjebran@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/97/e1/db7f970aa1efcd13cb7f9cdc5d108792d4d6452df357843fe98fe5344a0c/JsonDecoder-0.0.11.tar.gz",
    "platform": null,
    "description": "# jsonparser\nparse the json and return Class Object\n\n\n# How to use\n\n```\nJsonParser.parserJson(json_object)\n\nreturn: parsedJson data\n```\njson_object : Str or json_file_path\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "json parser framework for Python",
    "version": "0.0.11",
    "project_urls": {
        "Homepage": "https://github.com/sheikhjebran/jsonparser"
    },
    "split_keywords": [
        "json",
        "python",
        "json",
        "parser",
        "json",
        "parser",
        "parser",
        "json",
        "python",
        "decover"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97e1db7f970aa1efcd13cb7f9cdc5d108792d4d6452df357843fe98fe5344a0c",
                "md5": "65e26291a7227fe4c742d90a9b2d564c",
                "sha256": "66054d825b35ca577434f3ad798a4fbc40eab76213e7c34984121d68389cf477"
            },
            "downloads": -1,
            "filename": "JsonDecoder-0.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "65e26291a7227fe4c742d90a9b2d564c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.5.0",
            "size": 3716,
            "upload_time": "2023-06-30T11:03:27",
            "upload_time_iso_8601": "2023-06-30T11:03:27.355192Z",
            "url": "https://files.pythonhosted.org/packages/97/e1/db7f970aa1efcd13cb7f9cdc5d108792d4d6452df357843fe98fe5344a0c/JsonDecoder-0.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-30 11:03:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sheikhjebran",
    "github_project": "jsonparser",
    "github_not_found": true,
    "lcname": "jsondecoder"
}
        
Elapsed time: 0.08701s