Advertisement
shopnilSS

Json data

May 22nd, 2021
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "className": "Three",
  3.     "routine": [
  4.         {
  5.             "day": "saturday ",
  6.             "period": [
  7.                 {
  8.                     "no": 1,
  9.                     "subject": "English",
  10.                     "timeStart": "8:00",
  11.                     "timeEnd": "8:35"
  12.                 },
  13.                 {
  14.                     "no": 2,
  15.                     "subject": "Bangla",
  16.                     "timeStart": "8:40",
  17.                     "timeEnd": "9:15"
  18.                 },
  19.                 {
  20.                     "no": 3,
  21.                     "subject": "Math",
  22.                     "timeStart": "9:20",
  23.                     "timeEnd": "9:55"
  24.                 },
  25.                 {
  26.                     "no": 4,
  27.                     "subject": "Exercise",
  28.                     "timeStart": "10:00",
  29.                     "timeEnd": "10:35"
  30.                 },
  31.                 {
  32.                     "no": 5,
  33.                     "subject": "Drawing",
  34.                     "timeStart": "10:35",
  35.                     "timeEnd": "11:20"
  36.                 }
  37.             ]
  38.         },
  39.         {
  40.             "day": "sunday ",
  41.             "period": [
  42.                 {
  43.                     "no": 1,
  44.                     "subject": "Math",
  45.                     "timeStart": "8:00",
  46.                     "timeEnd": "8:35"
  47.                 },
  48.                 {
  49.                     "no": 2,
  50.                     "subject": "English",
  51.                     "timeStart": "8:40",
  52.                     "timeEnd": "9:15"
  53.                 },
  54.                 {
  55.                     "no": 3,
  56.                     "subject": "Bangla",
  57.                     "timeStart": "9:20",
  58.                     "timeEnd": "9:55"
  59.                 },
  60.                 {
  61.                     "no": 4,
  62.                     "subject": "Exercise",
  63.                     "timeStart": "10:00",
  64.                     "timeEnd": "10:35"
  65.                 },
  66.                 {
  67.                     "no": 5,
  68.                     "subject": "Drawing",
  69.                     "timeStart": "10:35",
  70.                     "timeEnd": "11:20"
  71.                 }
  72.             ]
  73.         },
  74.         {
  75.             "day": "monday ",
  76.             "period": [
  77.                 {
  78.                     "no": 1,
  79.                     "subject": "Bangla",
  80.                     "timeStart": "8:00",
  81.                     "timeEnd": "8:35"
  82.                 },
  83.                 {
  84.                     "no": 2,
  85.                     "subject": "English",
  86.                     "timeStart": "8:40",
  87.                     "timeEnd": "9:15"
  88.                 },
  89.                 {
  90.                     "no": 3,
  91.                     "subject": "Exercise",
  92.                     "timeStart": "9:20",
  93.                     "timeEnd": "9:55"
  94.                 },
  95.                 {
  96.                     "no": 4,
  97.                     "subject": "Math",
  98.                     "timeStart": "10:00",
  99.                     "timeEnd": "10:35"
  100.                 },
  101.                 {
  102.                     "no": 5,
  103.                     "subject": "Drawing",
  104.                     "timeStart": "10:35",
  105.                     "timeEnd": "11:20"
  106.                 }
  107.             ]
  108.         },
  109.         {
  110.             "day": "tuesday ",
  111.             "period": [
  112.                 {
  113.                     "no": 1,
  114.                     "subject": "English",
  115.                     "timeStart": "8:00",
  116.                     "timeEnd": "8:35"
  117.                 },
  118.                 {
  119.                     "no": 2,
  120.                     "subject": "Bangla",
  121.                     "timeStart": "8:40",
  122.                     "timeEnd": "9:15"
  123.                 },
  124.                 {
  125.                     "no": 3,
  126.                     "subject": "Math",
  127.                     "timeStart": "9:20",
  128.                     "timeEnd": "9:55"
  129.                 },
  130.                 {
  131.                     "no": 4,
  132.                     "subject": "Exercise",
  133.                     "timeStart": "10:00",
  134.                     "timeEnd": "10:35"
  135.                 },
  136.                 {
  137.                     "no": 5,
  138.                     "subject": "Drawing",
  139.                     "timeStart": "10:35",
  140.                     "timeEnd": "11:20"
  141.                 }
  142.             ]
  143.         },{
  144.             "day": "wednesday ",
  145.             "period": [
  146.                 {
  147.                     "no": 1,
  148.                     "subject": "Drawing",
  149.                     "timeStart": "8:00",
  150.                     "timeEnd": "8:35"
  151.                 },
  152.                 {
  153.                     "no": 2,
  154.                     "subject": "English",
  155.                     "timeStart": "8:40",
  156.                     "timeEnd": "9:15"
  157.                 },
  158.                 {
  159.                     "no": 3,
  160.                     "subject": "Math",
  161.                     "timeStart": "9:20",
  162.                     "timeEnd": "9:55"
  163.                 },
  164.                 {
  165.                     "no": 4,
  166.                     "subject": "Exercise",
  167.                     "timeStart": "10:00",
  168.                     "timeEnd": "10:35"
  169.                 },
  170.                 {
  171.                     "no": 5,
  172.                     "subject": "Bangla",
  173.                     "timeStart": "10:35",
  174.                     "timeEnd": "11:20"
  175.                 }
  176.             ]
  177.         }
  178.     ]
  179. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement