You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.