module documentation

Undocumented

Class DefaultJSONProvider Provide JSON operations using Python's built-in :mod:`json` library. Serializes the following additional data types:
Class JSONProvider A standard set of JSON operations for an application. Subclasses of this can be used to customize JSON behavior or use different JSON libraries.
Function _default Undocumented
def _default(o: t.Any) -> t.Any: (source)

Undocumented