Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.99 KB | None | 0 0
  1. {
  2.    "extra":17,
  3.    "desc":[
  4.       {
  5.          "start":"11:09",
  6.          "end":"13:09",
  7.          "day":1,
  8.          "place":1,
  9.          "teachers":[
  10.             {
  11.                "id":3,
  12.                "nip":"267",
  13.                "name":"agung prabowo"
  14.             },
  15.             {
  16.                "id":4,
  17.                "nip":"327806",
  18.                "name":"Nur"
  19.             }
  20.          ],
  21.          "total_time":120
  22.       },
  23.       {
  24.          "start":"14:12",
  25.          "end":"15:14",
  26.          "day":3,
  27.          "place":2,
  28.          "teachers":[
  29.             {
  30.                "id":6,
  31.                "nip":"535",
  32.                "name":"Agoeng Ung"
  33.             },
  34.             {
  35.                "id":7,
  36.                "nip":"546",
  37.                "name":"asaax"
  38.             }
  39.          ],
  40.          "total_time":62
  41.       }
  42.    ],
  43.    "tuition":"20000",
  44.    "tiers":[
  45.       {
  46.          "id":1,
  47.          "grade":1
  48.       },
  49.       {
  50.          "id":2,
  51.          "grade":2
  52.       }
  53.    ]
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement