Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. [
  2. {
  3. "id":1,
  4. "name":"CSE",
  5. "programList":[
  6. {
  7. "id":1,
  8. "name":"CS",
  9. "description":"aaaaaaaaaaaa"
  10. },
  11. {
  12. "id":2,
  13. "name":"CIS",
  14. "description":"bbbbbbbbbb"
  15. }
  16. ]
  17. },
  18. {
  19. "id":1,
  20. "name":"CSE",
  21. "programList":[
  22. {
  23. "id":1,
  24. "name":"CS",
  25. "description":"aaaaaaaaaaaa"
  26. },
  27. {
  28. "id":2,
  29. "name":"CIS",
  30. "description":"bbbbbbbbbb"
  31. }
  32. ]
  33. }
  34. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement