3.0.0
Added
orjson.dumps()serializes subclasses ofstr,int,list, anddict.
Changed
orjson.dumps()serializesdataclasses.dataclassanduuid.UUID
instances by default. The optionsOPT_SERIALIZE_DATACLASSand
OPT_SERIALIZE_UUIDcan still be specified but have no effect.