var = json.loads(people_string) # loads() is used to convert the JSON String document into the Python dictionary. print(var) # 'var' is the data that you want to convert