Photo by Sigmund on UnsplashConvert Python `OrderedDict` to standard `dict`Tung Pham·May 18, 2022·1 min readEasy peasy import json to_dict = json.dumps(json.load(ordered_dict)) Python Share this