Guest User

Untitled

a guest
Apr 16th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. [
  2. {
  3. text: "Children",
  4. value: 1,
  5. children: [
  6. {
  7. parent: 1,
  8. text: "Baby 3-5",
  9. value: 11,
  10. children: [{ parent: 11, text: "Baby 3-6", value: 12 }],
  11. },
  12. { text: "Baby 6-8", value: 12, parent: 1 },
  13. { text: "Baby 9-12", value: 13, parent: 1 },
  14. ],
  15. },
  16. {
  17. text: "Children1",
  18. value: 111,
  19. children: [
  20. {
  21. parent: 111,
  22. text: "Baby 13-51",
  23. value: 1,
  24. children: [{ parent: 1, text: "Baby 23-46", value: 122 }],
  25. },
  26. { text: "Baby 61-821", value: 12, parent: 111 },
  27. { text: "Baby 91-122", value: 131, parent: 111 },
  28. ],
  29. },
  30. ]
Add Comment
Please, Sign In to add comment