dataclasses-json icon indicating copy to clipboard operation
dataclasses-json copied to clipboard

Fix decoding of nested collections

Open dax opened this issue 2 years ago • 2 comments

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

dax avatar Apr 27 '22 07:04 dax

@lidatong I have rebased the branch to fix the merge conflict. It should be mergeable now.

dax avatar Sep 28 '22 15:09 dax

@dax hello again :) could please sync your branch, so we can merge the PR?

george-zubrienko avatar Jun 06 '23 11:06 george-zubrienko