Python pour la propriété dans l'objet

for property, value in myObject.items():
  print(property, ":", value)
Tommy