Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.45 KB | None | 0 0
  1. {
  2.     "tabJour": [{
  3.             "date": "17-12-2018",
  4.             "NumeroJour" : "???",
  5.             "NumeroSemaine" : "???",
  6.             "creneaux": [{
  7.                     "id": 1,
  8.                     "idmatiere": 1,
  9.                     "idgroupe": [],
  10.                     "idsalle": [],
  11.                     "idprof": [],
  12.                     "horaires": {
  13.                         "heureDebut": "8h15",
  14.                         "temps": 90
  15.                     },
  16.                     "exceptionnelMatiere" : null,
  17.                     "exceptionnelGroupe" : null,
  18.                     "description" : null
  19.                 },
  20.                 {
  21.                     "id": 2,
  22.                     "idmatiere": 2,
  23.                     "idgroupe": 2,
  24.                     "idsalle": 2,
  25.                     "idprof": 2,
  26.                     "horaires": {
  27.                         "heureDebut": "8h15",
  28.                         "temps": 90
  29.                     }
  30.                 }
  31.             ]
  32.         },
  33.         {
  34.             "date": "18-12-2018",
  35.             "creneaux": [{
  36.                     "id": 1,
  37.                     "idmatiere": 1,
  38.                     "idgroupe": 1,
  39.                     "idsalle": 1,
  40.                     "idprof": 1,
  41.                     "horaires": {
  42.                         "heureDebut": "8h15",
  43.                         "temps": 90
  44.                     }
  45.                 },
  46.                 {
  47.                     "id": 2,
  48.                     "idmatiere": 2,
  49.                     "idgroupe": 2,
  50.                     "idsalle": 2,
  51.                     "idprof": 2,
  52.                     "horaires": {
  53.                         "heureDebut": "8h15",
  54.                         "temps": 90
  55.                     }
  56.                 }
  57.             ]
  58.         }
  59.     ]
  60.     Matiere : [
  61.     ],
  62.     Prof : [
  63.     ],
  64.     Groupe : [
  65.         info :
  66.          info 1
  67.     ],
  68.     exceptionnel : {
  69.  
  70.     }
  71. }
  72.  
  73.  
  74.  
  75.  
  76. {
  77.     "departement": [{
  78.         "id": 1,
  79.         "nom": "INFO",
  80.         "departementGroupe": [{
  81.             "id": 10,
  82.             "name": "INFO 1",
  83.             "groupes": [{
  84.                 "id": 100,
  85.                 "name": "groupe 1-A",
  86.                 "demiGroupes": [{
  87.                     "id": 1000,
  88.                     "name": "groupe 1-A-1",
  89.                     "parent" : 100,
  90.                     "fils" : [],
  91.                     "ordreAffichage" : 1
  92.                 }]
  93.             }]
  94.         }]
  95.     }]
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement