demjson


Namedemjson JSON
Version 2.2.4 PyPI version JSON
download
home_pagehttp://deron.meranda.us/python/demjson/
Summaryencoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159
upload_time2015-12-22 20:28:30
maintainer
docs_urlNone
authorDeron Meranda
requires_python
licenseGNU LGPL 3.0
keywords json jsonlint javascript utf-32
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The "demjson" module, and the included "jsonlint" script, provide methods
for encoding and decoding JSON formatted data, as well as checking JSON
data for errors and/or portability issues.  The jsonlint command/script
can be used from the command line without needing any programming.

Although the standard Python library now includes basic JSON support
(which it did not when demjson was first written), this module
provides a much more comprehensive implementation with many features
not found elsewhere.  It is especially useful for error checking or
for parsing JavaScript data which may not strictly be valid JSON data.
            

Raw data

            {
    "_id": null,
    "home_page": "http://deron.meranda.us/python/demjson/",
    "name": "demjson",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "JSON,jsonlint,JavaScript,UTF-32",
    "author": "Deron Meranda",
    "author_email": "deron.meranda@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/96/67/6db789e2533158963d4af689f961b644ddd9200615b8ce92d6cad695c65a/demjson-2.2.4.tar.gz",
    "platform": "UNKNOWN",
    "description": "The \"demjson\" module, and the included \"jsonlint\" script, provide methods\nfor encoding and decoding JSON formatted data, as well as checking JSON\ndata for errors and/or portability issues.  The jsonlint command/script\ncan be used from the command line without needing any programming.\n\nAlthough the standard Python library now includes basic JSON support\n(which it did not when demjson was first written), this module\nprovides a much more comprehensive implementation with many features\nnot found elsewhere.  It is especially useful for error checking or\nfor parsing JavaScript data which may not strictly be valid JSON data.",
    "bugtrack_url": null,
    "license": "GNU LGPL 3.0",
    "summary": "encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 7159",
    "version": "2.2.4",
    "split_keywords": [
        "json",
        "jsonlint",
        "javascript",
        "utf-32"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96676db789e2533158963d4af689f961b644ddd9200615b8ce92d6cad695c65a",
                "md5": "8b535b073e0de95e63f83a93b98dbc48",
                "sha256": "31de2038a0fdd9c4c11f8bf3b13fe77bc2a128307f965c8d5fb4dc6d6f6beb79"
            },
            "downloads": -1,
            "filename": "demjson-2.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8b535b073e0de95e63f83a93b98dbc48",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 131457,
            "upload_time": "2015-12-22T20:28:30",
            "upload_time_iso_8601": "2015-12-22T20:28:30.630797Z",
            "url": "https://files.pythonhosted.org/packages/96/67/6db789e2533158963d4af689f961b644ddd9200615b8ce92d6cad695c65a/demjson-2.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2015-12-22 20:28:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "demjson"
}
        
Elapsed time: 0.03267s