Marshmallow-dataclass: eliminating nulls in the resulting JSON
When serializing a dataclass, by default marshmallow-dataclass emits nulls for all fields that have the value of None. This is not necessariy most of the time and pollutes the resulting […]