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
Flask's JSONEncoder class was removed in version 3.0 since the
Python Standard Library provides its own json library. Instead,
update the code to use either that or Flask's default JSON provider.
Flask apps don't have a `.json_encoder` property anymore, the
property is `.json`.
0 commit comments