I need to save a dictionary to a file, In the dictionary there are strings, integers, and dictionarys.
I did it by my own and it\'s not pretty and n
JSON is not quite Python-way because of several reasons:
Try to use sPickle instead.