I have a text file of dictionaries, these dictionaries are not separated by commas, is it possible to separate them and get nice elements in a list, with each element representing a dictionary.
E.g. : what I have: {} {} {}
What I want [{}, {}, {}]
Can someone please suggest the best way to do it.
Thanks