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

[FEATURE] V1 - JsonSerializer should support `list`, `dict` and types from `typing` library that are supported in v0

Open george-zubrienko opened this issue 11 months ago • 0 comments

Description

After https://github.com/lidatong/dataclasses-json/issues/453 we should have support for basic json without collections/nested json and readable runtime failures for NYI stuff that is working in v0. Solving this issue should introduce support for collection types (list, dict, tuple etc.), also taking into account new way to do collection type hints (list[str] instead of typingList[str]`).

Related unit test cases from v0 should be green in the PR introducing this change, when used with v1 API.

Possible solution

No response

Alternatives

N/A

Context

No response

george-zubrienko avatar Jul 31 '23 19:07 george-zubrienko