Guest User

Untitled

a guest
Jul 5th, 2017
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1. [
  2.     {
  3.         "date": "2017-08-02",
  4.         "timeSlots": [
  5.             {
  6.                 "time": "9:00:00-9:40:00",
  7.                 "interviewer_id": [
  8.                     "divyansh@gmail.com"
  9.                 ]
  10.             },
  11.             {
  12.                 "time": "7:00 PM - 8:00 PM",
  13.                 "interviewer_id": [
  14.                     "user123@gmail.com",
  15.                     "divyansh@gmail.com"
  16.                 ]
  17.             }
  18.            
  19.         ]
  20.     },
  21.     {
  22.         "date": "2017-08-03",
  23.         "timeSlots": [
  24.             {
  25.                 "time": "9:00:00-9:40:00",
  26.                 "interviewer_id": [
  27.                     "divyansh@gmail.com"
  28.                 ]
  29.             },
  30.             {
  31.                 "time": "7:00 PM - 8:00 PM",
  32.                 "interviewer_id": [
  33.                     "user123@gmail.com",
  34.                     "divyansh@gmail.com"
  35.                 ]
  36.             }
  37.            
  38.         ]
  39.     }
  40. ]
Add Comment
Please, Sign In to add comment