make skeleton semi-functional by wrapping json
A Python implementation of the JSON5 data format.
JSON5 extends the JSON data interchange format to make it slightly more usable as a configuration language:
There are a few other extensions to JSON; see the above page for the full details.
This project implements a reader and writer implementation for Python; where possible, it mirrors the standard Python JSON API for ease of use.
This is an early release. It is not well-tested, and has not been tuned for performance.