I have a list of dictionaries in Python. This list is being passed around as json between web services. Those web services create unique signatures based on the json being passed around. Part of creating the signature is normalizing the data payload and making sure that everything is in the correct order, so I'm doing this (in Python) - which works fine.I have a list of dictionaries in Python. This l