Fix JSON dict without double-quotes
I have a list of JSON dict that is not in valid JSON format. They are all listed in a text file "{'name': 'Alice', 'age': 30, 'tasks' [1, 2, 3], 'description': 'writer'}" "{'name': 'Bob', 'age': 33, 'tasks' [4, 5, 6],…