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
I read a json file using json.load into a dictionary, made some changes and wrote it back to another json file using json.dump. When I try to compare the files, it just highlights everything.
The only way I can get this to work is to manually copy and paste both JSON files into new text files and then compare them.
The text was updated successfully, but these errors were encountered:
I read a json file using json.load into a dictionary, made some changes and wrote it back to another json file using json.dump. When I try to compare the files, it just highlights everything.
The only way I can get this to work is to manually copy and paste both JSON files into new text files and then compare them.
The text was updated successfully, but these errors were encountered: