Common Use Cases¶
- Map a JSON Key to a Field
- Cyclic or “Recursive” Dataclasses
- Dataclasses in
Union
types - Easier Debug Mode
- Handling Unknown JSON Keys
- Extending from
Meta
- Map a Nested JSON Key Path to a Field
- Patterned Date and Time
- Serialization Options
- Skip the Class Inheritance
- Skip the
__str__()
- Alias
- Patterned Date and Time in V1 (
v0.35.0+
) - Wizard Mixin Classes