Results 2 comments of Cal Pratt

Running into the same issue. I've been able to hack this to work with the following workaround: ```python @dataclass class Inner(DataClassJsonMixin): a: str @dataclass class Inner(DataClassJsonMixin): a: str @dataclass class...

FWIW you used invalid ascii. you need `'` instead of `‘`