import json
with open('.listOfDicts.txt', 'r') as file:
dataList = json.loads(file.read().replace('
', ''))
for dictItem in dataList:
for key , val in dictItem.items():
print( key , val )
import json
var = ["[{'Gfg' : 3, 'Best' : 8}, {'Gfg' : 4, 'Best' : 9}]"]
new_var = [json.loads(idx.replace("'", "'")) for idx in test_str]
var res = list.ToDictionary(x => x, x => x);