Skip to content

Improve JSON encoder

Compare
Choose a tag to compare
@mofr mofr released this 30 Jan 10:39
· 593 commits to master since this release

Now it's possible to extend JSONEncoder with custom types (by using register_encoder decorator).
New JSONEncoder is capable of serializing the same types as drf.JSONEncoder and some additional types (enums, dataclasses).