Why do I get an error "'unicode' object does not support item deletion" when trying to delete values from a JSON object?
I am trying to loop through a list of objects deleting an element from each object. Each object is a new line. I am trying to then save the new file as is...