github ijl/orjson 2.3.0

latest releases: 3.10.3, 3.10.2, 3.10.1...
4 years ago

Added

  • orjson.dumps() serializes dict instances sorted by keys, equivalent to
    sort_keys in other implementations, if option=orjson.OPT_SORT_KEYS is
    specified.

Changed

  • dataclasses.dataclass instances without __slots__ now serialize faster.

Fixed

  • Fix documentation on default, in particular documenting the need to raise
    an exception if the type cannot be handled.

Don't miss a new orjson release

NewReleases is sending notifications on new releases.