If I have a list of dictionaries, say:
[{\'id\': 1, \'name\': \'paul\'}, {\'id\': 2, \'name\': \'john\'}]
and I would like to remove the d
This is not properly an anwser (as I think you already have some quite good of them), but... have you considered of having a dictionary of : instead of a list of dictionaries?
: