Metadata-Version: 2.1
Name: jk_json
Version: 0.2025.1.8
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).
Keywords: json,parsing,schema
Author-email: Jürgen Knauth <pubsrc@binary-overflow.de>
Maintainer-email: Jürgen Knauth <pubsrc@binary-overflow.de>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Requires-Dist: chardet
Requires-Dist: jk_typing
Requires-Dist: jk_prettyprintobj
Requires-Dist: jk_logging
Requires-Dist: jk_simpleexec

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




