Metadata-Version: 2.1
Name: jk-json
Version: 0.2020.11.2
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).
Home-page: UNKNOWN
Author: Jürgen Knauth
Author-email: pubsrc@binary-overflow.de
License: Apache2
Description: 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...
        
        Contact Information
        -------------------
        
        This is Open Source code. That not only gives you the possibility of freely using this code it also
        allows you to contribute. Feel free to contact the author(s) of this software listed below, either
        for comments, collaboration requests, suggestions for improvement or reporting bugs:
        
        * Jürgen Knauth: jknauth@uni-goettingen.de, pubsrc@binary-overflow.de
        
        License
        -------
        
        This software is provided under the following license:
        
        * Apache Software License 2.0
        
        
        
        
Keywords: json,parsing,schema
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
