dataclasses-json
dataclasses-json copied to clipboard
Fix decoding of nested collections
Fix https://github.com/lidatong/dataclasses-json/issues/191
- reuse
_support_extended_types
to decode items of a collection - iterate over the list of types while decoding tuple's items
@lidatong I have rebased the branch to fix the merge conflict. It should be mergeable now.
@dax hello again :) could please sync your branch, so we can merge the PR?