Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.     "nom" : "aze",
  3.     "prenom" : "aze",
  4.     "civilite" : "M",
  5.     "dateN": "1994-09-07",
  6.     "email" : "anis@gmail.com",
  7.     "motDePasse" :"azerty",
  8.     "codeSecu" : 123456789012345,
  9.     "tel" : "0798618646",
  10.     "allergies" : ["allergie1","allergie2"],
  11.     "adresseId" : {
  12.         "adresse" : "17 B Rue Dareau",
  13.         "codePostal" : "75014"
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement