Guest User

Untitled

a guest
Jan 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. dataSample =
  2. [
  3. {
  4. id: 1,
  5. title: "Abc",
  6. children: [
  7. {
  8. id: 2,
  9. title: "Type 2"
  10. },
  11. {
  12. id: 3,
  13. title: "Type 3",
  14. children : [
  15. {
  16. id: 4,
  17. title: "Hello"
  18. },
  19. ]
  20. },
  21. ]
  22. },
  23. {
  24. id: 72,
  25. title: "Hello again"
  26. }
  27. ]
  28.  
  29. [
  30. {
  31. id: 1,
  32. title: "Abc",
  33. children: [
  34. {
  35. id: 3,
  36. title: "Type 3",
  37. children : [
  38. {
  39. id: 4,
  40. title: "Hello
  41. },
  42. ]
  43. },
  44. ]
  45. },
  46. {
  47. id: 72,
  48. title: "Hello again"
  49. }
  50. ]
Add Comment
Please, Sign In to add comment