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:
For two reasons:
- The existing JSON library does report errors in the data format very well.
- The existing JSON library can't cope with comments. Unfortunately comments in JSON files are a very nice thing.
(TODO)
- Jürgen Knauth: pubsrc@binary-overflow.de
This software is provided under the following license:
- Apache Software License 2.0