Advertisement
Guest User

Untitled

a guest
May 29th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.87 KB | None | 0 0
  1. [
  2.   {
  3.     "id": 1,
  4.     "nom": "Hotel 1",
  5.     "item_produit": [
  6.       {
  7.         "id": 1,
  8.         "nom": "Chambre 1",
  9.         "id_produit": 1
  10.       },
  11.       {
  12.         "id": 1,
  13.         "nom": "Chambre 1",
  14.         "id_produit": 1
  15.       }
  16.     ],
  17.     "dispo_produit": [
  18.       {
  19.         "id": 1,
  20.         "interval": [],
  21.         "id_produit": 1
  22.       },
  23.       {
  24.         "id": 2,
  25.         "interval": [],
  26.         "id_produit": 1
  27.       }
  28.     ]
  29.   },
  30.   {
  31.     "id": 3,
  32.     "nom": "Hotel 3",
  33.     "item_produit": [
  34.       {
  35.         "id": 3,
  36.         "nom": "Chambre 3",
  37.         "id_produit": 3
  38.       }
  39.     ],
  40.     "dispo_produit": [
  41.       null
  42.     ]
  43.   },
  44.   {
  45.     "id": 2,
  46.     "nom": "Hotel 2",
  47.     "item_produit": [
  48.       {
  49.         "id": 2,
  50.         "nom": "Chambre 2",
  51.         "id_produit": 2
  52.       }
  53.     ],
  54.     "dispo_produit": [
  55.       null
  56.     ]
  57.   }
  58. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement