-
Added functions
dump
,dumps
,load
, andloads
, that overload the standard functions of the same name in thejson
module. -
CI through GitHub action that runs tox automatically.
- 100% code coverage.
- Code coverage reporting to tox.
- Tests to cover encoding and decoding that fails.
- Basic round-tripping testing.
- Classes
ExtendedEncoder
andExtendedDecoder
to allow extension of the JSON format.