Charles Li
Charles Li
Yes, I think this might be a common use-case and worth implementing a feature doing it. However, I think it would only make sense to apply to fields that are...
Hi, `dataclasses-json` currently does not have full support for typing. There are type annotations / hints added by some contributors, but to full-typing support would require following the guidelines here:...
yep, this would be useful -- i think this is a good opportunity to take a stab at an initial error hierarchy (deserialization, serialization, etc.), as `KeyError` is just one...