SJSON

SJSON is a simplified form of JSON. It reduces some of the necessary markup and is also more compatible to Lua. SJSON has been first described on the bitsquid development blog. The SJSON library provides basic support for reading and writing SJSON files from Python 3.

The library is available through PyPI. If you are using pip, you can install it using:

pip install sjson

The source code can be retrieved from the public repository.

Status

This project is no longer developed, but it's still under maintenance. On request, bug fixes and other improvements will be implemented. Please use the project's issue tracker to report problems or ask for new features.

This project is production-ready. The code is well tested, and has shown it's robustness in day-to-day usage.