Guest User

Untitled

a guest
Oct 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. id: 123,
  3. sections:{
  4. section: [{
  5. id: 1,
  6. name: "test",
  7. sections: {
  8. section: {
  9. id: 125,
  10. name: "test125"
  11. }
  12. }
  13. }, {
  14. id: 2,
  15. name: "test2"
  16. sections: {
  17. section: [
  18. {
  19. id: 124,
  20. name: "test124"
  21. }
  22. ]
  23. }
  24. }, {
  25. id: 3,
  26. name: "test3"
  27. }]
  28. }
  29. }
Add Comment
Please, Sign In to add comment