Thanks to visit codestin.com
Credit goes to github.com

Skip to content

3.0.0

Choose a tag to compare

@ijl ijl released this 01 May 14:38
· 437 commits to master since this release

Added

  • orjson.dumps() serializes subclasses of str, int, list, and dict.

Changed

  • orjson.dumps() serializes dataclasses.dataclass and uuid.UUID
    instances by default. The options OPT_SERIALIZE_DATACLASS and
    OPT_SERIALIZE_UUID can still be specified but have no effect.