pypi orjson 3.0.2

latest releases: 3.10.5, 3.10.4, 3.10.3...
4 years ago

Changed

  • orjson.dumps() does not serialize dataclasses.dataclass attributes
    that begin with a leading underscore, e.g., _attr. This is because of the
    Python idiom that a leading underscores marks an attribute as "private."
  • orjson.dumps() does not serialize dataclasses.dataclass attributes that
    are InitVar or ClassVar whether using __slots__ or not.

Don't miss a new orjson release

NewReleases is sending notifications on new releases.