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
json.dumps fails as an encode method because the value must be a bytes. If value is str, it should be converted to bytes for writing so json.dumps and json.loads can be used directly.
The text was updated successfully, but these errors were encountered:
json.dumps fails as an encode method because the value must be a bytes. If value is str, it should be converted to bytes for writing so json.dumps and json.loads can be used directly.
The text was updated successfully, but these errors were encountered: