parse-broken-json


Nameparse-broken-json JSON
Version 0.2 PyPI version JSON
download
home_page
SummaryLibrary to help parsing broken and invalid JSON.
upload_time2023-05-19 21:30:43
maintainer
docs_urlNone
author
requires_python
licenseMIT License
keywords parsing broken json invalid
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # parse_broken_json

Small lib to help parsing broken or invalid JSONs

It only consists of one function:

parse_broken_json(text: str, allowed_keys: list[str]) -> Any:

text is the json to be parsed, allowed_keys are the keys allowed on
the JSON nodes.

Internally, this library uses the interpreter pattern.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "parse-broken-json",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "parsing,broken,json,invalid",
    "author": "",
    "author_email": "\"Carlos A. Planch\u00f3n\" <carlosandresplanchonprestes@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "# parse_broken_json\n\nSmall lib to help parsing broken or invalid JSONs\n\nIt only consists of one function:\n\nparse_broken_json(text: str, allowed_keys: list[str]) -> Any:\n\ntext is the json to be parsed, allowed_keys are the keys allowed on\nthe JSON nodes.\n\nInternally, this library uses the interpreter pattern.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Library to help parsing broken and invalid JSON.",
    "version": "0.2",
    "project_urls": {
        "repository": "https://github.com/carlosplanchon/parse_broken_json.git"
    },
    "split_keywords": [
        "parsing",
        "broken",
        "json",
        "invalid"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ccdf6e901713c13408269cc2630e9d87a8eac9741d48aa353dcefd496badfa9",
                "md5": "5151feef2c13441ffccf0a391a322c1e",
                "sha256": "c7d7fb7942e1d82347f40981cb0dcf228d47bb6c231b2e043eb1b2a73995ceb2"
            },
            "downloads": -1,
            "filename": "parse_broken_json-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5151feef2c13441ffccf0a391a322c1e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3899,
            "upload_time": "2023-05-19T21:30:43",
            "upload_time_iso_8601": "2023-05-19T21:30:43.732711Z",
            "url": "https://files.pythonhosted.org/packages/9c/cd/f6e901713c13408269cc2630e9d87a8eac9741d48aa353dcefd496badfa9/parse_broken_json-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-19 21:30:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "carlosplanchon",
    "github_project": "parse_broken_json",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "parse-broken-json"
}
        
Elapsed time: 0.06879s