What is a problem?
A lot of inappropriate code for parsing key-value to data classes, like extract_attrs or extract_typed_props
Describe the solution you'd like
Use Pydantic with automatic resolving and type casting methods
Describe alternatives you've considered
Nothing
Additional context
Nothing
What is a problem?
A lot of inappropriate code for parsing key-value to data classes, like
extract_attrsorextract_typed_propsDescribe the solution you'd like
Use Pydantic with automatic resolving and type casting methods
Describe alternatives you've considered
Nothing
Additional context
Nothing