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
In modern Python it's unlikely to be significantly better than the built-in json. The module used by JSONMixin is overridable, so users can plug it in again if they want.
In modern Python it's unlikely to be significantly better than the built-in
json. The module used byJSONMixinis overridable, so users can plug it in again if they want.See pallets/itsdangerous#146 and pallets/werkzeug#1766.