Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. {
  2. "08:00-10:00": [
  3. {
  4. "student_name": "Budi Arsana",
  5. "student_age": 27,
  6. "student_nationality": "IND",
  7. "use_transport": true,
  8. "courses": [
  9. {
  10. "name": "Course01",
  11. "code": "C1",
  12. "quantity": 1
  13. },
  14. {
  15. "name": "Course02",
  16. "code": "C2",
  17. "quantity": 2
  18. }
  19. ],
  20. "start_time": "09:00",
  21. "hotel": "Novotel",
  22. "agent": "La Point",
  23. "phone": "081777999888",
  24. "notes": "this is a note"
  25. },
  26. {
  27. "student_name": "Gede Rumindra",
  28. "student_age": 27,
  29. "student_nationality": "IND",
  30. "use_transport": true,
  31. "courses": [
  32. {
  33. "name": "Course01",
  34. "code": "C1",
  35. "quantity": 1
  36. },
  37. {
  38. "name": "Course02",
  39. "code": null,
  40. "quantity": 1
  41. }
  42. ],
  43. "start_time": "09:00",
  44. "hotel": "Novotel",
  45. "agent": "La Point",
  46. "phone": "081777999888",
  47. "notes": "this is a note"
  48. }
  49. ],
  50. "10:00-12:00": [
  51. // content is same with "08:00-10:00"
  52. ],
  53. "01:00-03:00": [
  54. // content is same with "08:00-10:00"
  55. ]
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement