Loop through dictionary using keys

Got it

    for item in obj_list:
		print(obj_list[item]["position"])