jetblack-serialization¶
Serialization for JSON and XML in Python using typing annotations.
Status¶
It has been tested with Python 3.7 used the typing_extensions
package for TypedDict
and Annotated
. In Python 3.8 the TypedDict
class is available in the standard typing
package.