Custom JSON Encoder for Python utilising functools.singledispatch to support custom encoders for both Python's built-in classes and user-created classes, without as much legwork.
---------- coverage: platform sunos5, python 3.9.19-final-0 ----------
Name Stmts Miss Cover
----------------------------------------
sdjson/__init__.py 126 1 99%
----------------------------------------
TOTAL 126 1 99%
FAIL Required test coverage of 100.0% not reached. Total coverage: 99.21%
Description
Testing fails due to coverage not reaching 100%.
Steps to Reproduce
Run tests with Python >= 3.9
Actual result:
Expected result:
Testing pass.
Reproduces how often:
Easily reproduced
Version
Installation source
PyPI
Other Additional Information: