Better JSON Tools
Thie module implements tools for that make working with JSON and JSONC files easier.
Features
Easier access to fields in JSON objects thanks to JSON walkers
Loading JSONC files
Saving JSON files with nicer formatting than standard json module
Installation
Better JSON tools package is hosted on PyPI and can be installed using pip:
pip install better-json-tools
PyPi page: https://pypi.org/project/better-json-tools/
Source code
Source code is available on GitHub: