AkashSaikia

Attendance Report list

Jun 20th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.25 KB | None | 0 0
  1. {
  2.     scheduledDates : [
  3.         "05/28/2016",
  4.         "06/04/2016",
  5.         "06/11/2016"
  6.         ]
  7.     attendances :
  8.     [
  9.         {
  10.             "id" : "1",
  11.             "name" : "Joel Sirabompo0n",
  12.             "attendanceList" :
  13.             [
  14.                 {
  15.                     "date" : "05/28/2016",
  16.                     "attendance" : 1
  17.                 },
  18.                 {
  19.                     "date" : "06/04/2016",
  20.                     "attendance" : 0
  21.                 },
  22.                 {
  23.                     "date" : "06/11/2016",
  24.                     "attendance" : 1
  25.                 }
  26.             ]
  27.         },
  28.         {
  29.             "id" : "2",
  30.             "name" : "Kuri Shizomono",
  31.             "attendanceList" :
  32.             [
  33.                 {
  34.                     "date" : "05/28/2016",
  35.                     "attendance" : 1
  36.                 },
  37.                 {
  38.                     "date" : "06/04/2016",
  39.                     "attendance" : 1
  40.                 },
  41.                 {
  42.                     "date" : "06/11/2016",
  43.                     "attendance" : 1
  44.                 }
  45.             ]
  46.         },
  47.         {
  48.             "id" : "3",
  49.             "name" : "Moly Jane Smith",
  50.             "attendanceList" :
  51.             [
  52.                 {
  53.                     "date" : "05/28/2016",
  54.                     "attendance" : 1
  55.                 },
  56.                 {
  57.                     "date" : "06/04/2016",
  58.                     "attendance" : 1
  59.                 },
  60.                 {
  61.                     "date" : "06/11/2016",
  62.                     "attendance" : 1
  63.                 }
  64.             ]
  65.         },
  66.         {
  67.             "id" : "4",
  68.             "name" : "Siti Moriliani",
  69.             "attendanceList" :
  70.             [
  71.                 {
  72.                     "date" : "05/28/2016",
  73.                     "attendance" : 1
  74.                 },
  75.                 {
  76.                     "date" : "06/04/2016",
  77.                     "attendance" : 1
  78.                 },
  79.                 {
  80.                     "date" : "06/11/2016",
  81.                     "attendance" : 1
  82.                 }
  83.             ]
  84.         }
  85.     ]
  86. }
Add Comment
Please, Sign In to add comment