Fatal1ty / mashumaro

Fast and well tested serialization library
Apache License 2.0
751 stars 44 forks source link

Incorrect type annotation for the result of `to_json` in `DataClassORJSONMixin` #223

Closed Fatal1ty closed 2 months ago

Fatal1ty commented 2 months ago

Description

The to_json method should return str instead of bytes.