Skip to content

2.4.0

Compare
Choose a tag to compare
@ijl ijl released this 14 Feb 14:24
· 423 commits to master since this release

Added

  • orjson.dumps() serializes numpy.ndarray instances if
    option=orjson.OPT_SERIALIZE_NUMPY is specified.

Fixed

  • Fix dataclasses.dataclass attributes that are dict to be effected by
    orjson.OPT_SORT_KEYS.