Reading a JSON file
I need to write a file that can be appended (and not overwritten!) and then to read this file. This is the code I wrote: import io, json def WriteJSON(): Taskslist = [["1Name", "1c:/path/file.ext", "1Some other text", 10, ["a", "b",…