Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. {
  2. "groups": [
  3. {
  4. "_id": "A, A",
  5. "name": "A",
  6. "shortcut": "A",
  7. "information": ""
  8. },
  9. {
  10. "_id": "A1, A1",
  11. "name": "A1",
  12. "shortcut": "A1",
  13. "information": "",
  14. "parentGroup": {
  15. "_id": "A, A",
  16. "name": "A",
  17. "shortcut": "A",
  18. "information": ""
  19. }
  20. },
  21. {
  22. "_id": "A2, A2",
  23. "name": "A2",
  24. "shortcut": "A2",
  25. "information": "",
  26. "parentGroup": {
  27. "_id": "A, A",
  28. "name": "A",
  29. "shortcut": "A",
  30. "information": ""
  31. }
  32. }
  33. ],
  34. "classrooms": [...],
  35. "teachers": [...],
  36. "subjects": [...],
  37. "classes": []
  38. }
  39.  
  40. "groups": [
  41. {
  42. "_id": "A, A",
  43. "name": "A",
  44. "shortcut": "A",
  45. "information": ""
  46. "subgroups":["A1, A1","A2, A2"]
  47. },
  48. {
  49. "_id": "A1, A1",
  50. "name": "A1",
  51. "shortcut": "A1",
  52. "information": "",
  53. "parentGroup": "A, A"
  54. },
  55. {
  56. "_id": "A2, A2",
  57. "name": "A2",
  58. "shortcut": "A2",
  59. "information": "",
  60. "parentGroup": "A, A"
  61. }
  62. }
  63. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement