Advertisement
LeonSchiffer

Untitled

Feb 18th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. {
  2. "Friday": [
  3. {
  4. "start": "06:30",
  5. "end": "07:30",
  6. "subject": "Physics"
  7. },
  8. {
  9. "start": "07:30",
  10. "end": "08:30",
  11. "subject": "Physics"
  12. }
  13. ],
  14. "Monday": [
  15. {
  16. "start": "06:30",
  17. "end": "07:30",
  18. "subject": "Physics"
  19. },
  20. {
  21. "start": "07:30",
  22. "end": "08:30",
  23. "subject": "Physics"
  24. }
  25. ],
  26. "Saturday": [
  27. {
  28. "start": "07:30",
  29. "end": "08:30",
  30. "subject": "Physics"
  31. },
  32. {
  33. "start": "06:30",
  34. "end": "07:30",
  35. "subject": "Physics"
  36. }
  37. ],
  38. "Sunday": [
  39. {
  40. "start": "06:30",
  41. "end": "07:30",
  42. "subject": "Physics"
  43. },
  44. {
  45. "start": "07:30",
  46. "end": "08:30",
  47. "subject": "Physics"
  48. }
  49. ],
  50. "Thursday": [
  51. {
  52. "start": "06:30",
  53. "end": "07:30",
  54. "subject": "Physics"
  55. },
  56. {
  57. "start": "07:30",
  58. "end": "08:30",
  59. "subject": "Physics"
  60. }
  61. ],
  62. "Tuesday": [
  63. {
  64. "start": "06:30",
  65. "end": "07:30",
  66. "subject": "Physics"
  67. },
  68. {
  69. "start": "07:30",
  70. "end": "08:30",
  71. "subject": "Physics"
  72. }
  73. ],
  74. "Wednesday": [
  75. {
  76. "start": "06:30",
  77. "end": "07:30",
  78. "subject": "Physics"
  79. },
  80. {
  81. "start": "07:30",
  82. "end": "08:30",
  83. "subject": "Physics"
  84. }
  85. ]
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement