jk_json


Namejk_json JSON
Version 0.2024.13 PyPI version JSON
download
home_pageNone
SummaryThis python module provides parser and validator for JSON files and data structures. The JSON parser is designed as a drop-in replacement for the built in python JSON parser as this parser here supports using comments in JSON files (which in some use cases is very a very handy feature).
upload_time2024-07-14 05:00:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords json parsing schema
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            jk_json
=======

Introduction
------------

This python module provides parser and validator for JSON files and data structures.

The JSON parser is designed as a drop-in replacement for the built in python JSON parser as this parser here supports using comments in JSON files (which in some use cases is very a very handy feature).

Information about this module can be found here:

* [github.org](https://github.com/jkpubsrc/python-module-jk-json)
* [pypi.python.org](https://pypi.python.org/pypi/jk_json)

Why a replacement?
------------------

For two reasons:

1. The existing JSON library does report errors in the data format very well.
2. The existing JSON library can't cope with comments. Unfortunately comments in JSON files are a very nice thing.

How to use this module
----------------------

(TODO)

Author(s)
-------------------

* Jürgen Knauth: pubsrc@binary-overflow.de

License
-------

This software is provided under the following license:

* Apache Software License 2.0




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jk_json",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "J\u00fcrgen Knauth <pubsrc@binary-overflow.de>",
    "keywords": "json, parsing, schema",
    "author": null,
    "author_email": "J\u00fcrgen Knauth <pubsrc@binary-overflow.de>",
    "download_url": "https://files.pythonhosted.org/packages/3d/51/ff03e51d6522d40a2774efc9c35a610d3972d43b2aad868261e2b3119ca9/jk_json-0.2024.13.tar.gz",
    "platform": null,
    "description": "jk_json\n=======\n\nIntroduction\n------------\n\nThis python module provides parser and validator for JSON files and data structures.\n\nThe JSON parser is designed as a drop-in replacement for the built in python JSON parser as this parser here supports using comments in JSON files (which in some use cases is very a very handy feature).\n\nInformation about this module can be found here:\n\n* [github.org](https://github.com/jkpubsrc/python-module-jk-json)\n* [pypi.python.org](https://pypi.python.org/pypi/jk_json)\n\nWhy a replacement?\n------------------\n\nFor two reasons:\n\n1. The existing JSON library does report errors in the data format very well.\n2. The existing JSON library can't cope with comments. Unfortunately comments in JSON files are a very nice thing.\n\nHow to use this module\n----------------------\n\n(TODO)\n\nAuthor(s)\n-------------------\n\n* J\u00fcrgen Knauth: pubsrc@binary-overflow.de\n\nLicense\n-------\n\nThis software is provided under the following license:\n\n* Apache Software License 2.0\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This python module provides parser and validator for JSON files and data structures. The JSON parser is designed as a drop-in replacement for the built in python JSON parser as this parser here supports using comments in JSON files (which in some use cases is very a very handy feature).",
    "version": "0.2024.13",
    "project_urls": null,
    "split_keywords": [
        "json",
        " parsing",
        " schema"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "75e00c4b8eb975c86a2156770b4cf520feca8281b3c1bff560e9f2e8c7bfa831",
                "md5": "97b28e3d7554b8f52328d1bbb3c374aa",
                "sha256": "f4e7e234f11baa8fd09d92eed842fc823e8aac8c1bcb389a50ac844839b437e5"
            },
            "downloads": -1,
            "filename": "jk_json-0.2024.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "97b28e3d7554b8f52328d1bbb3c374aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18011,
            "upload_time": "2024-07-14T05:00:11",
            "upload_time_iso_8601": "2024-07-14T05:00:11.387933Z",
            "url": "https://files.pythonhosted.org/packages/75/e0/0c4b8eb975c86a2156770b4cf520feca8281b3c1bff560e9f2e8c7bfa831/jk_json-0.2024.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d51ff03e51d6522d40a2774efc9c35a610d3972d43b2aad868261e2b3119ca9",
                "md5": "4894ee99213beb94ceb49a46a727643c",
                "sha256": "6855c610a90d54e46e2511b7c3d8738f08c2aedb148fd5e951fdb41583eab716"
            },
            "downloads": -1,
            "filename": "jk_json-0.2024.13.tar.gz",
            "has_sig": false,
            "md5_digest": "4894ee99213beb94ceb49a46a727643c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13391,
            "upload_time": "2024-07-14T05:00:13",
            "upload_time_iso_8601": "2024-07-14T05:00:13.374577Z",
            "url": "https://files.pythonhosted.org/packages/3d/51/ff03e51d6522d40a2774efc9c35a610d3972d43b2aad868261e2b3119ca9/jk_json-0.2024.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-14 05:00:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jk_json"
}
        
Elapsed time: 4.59005s