Advertisement
CDLG_TGR

Formation SAP UI5 exercice 1

Apr 3rd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. {
  2.   "name": "Gauthier",
  3.   "firstName": "Thibault",
  4.   "age": 24.5,
  5.   "adr": {
  6.     "city": "Chaville",
  7.     "country": "France",
  8.     "postalCode": "92370",
  9.     "street": "Boulevard de la liberation",
  10.     "streetNumber": 32
  11.   },
  12.   "tel": [
  13.     {
  14.       "type": "portable",
  15.       "num": "0783763576"
  16.     },
  17.     {
  18.       "type": "fixe",
  19.       "num": "0783763576"
  20.     }
  21.   ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement