I am trying to read a dictionary from a text file, this file has a structure like the following:
{'foo': 2, 'hola': 'Hello world!'}
I have researched and there are recommendations to use the JSON module but I would like to know if there is any other way, thank you very much.