Manipulating a json file containing a dict of json string
I have a json file consisting of a dict of String:String I tried to first load the file using json.load and then update the dict but when I dump the updated dict I lose the key. Unable to figure out…