Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. [
  2. {
  3. id: 0,
  4. name: 'Корень',
  5. isDirectory: true,
  6. children: [
  7. {
  8. id: 1,
  9. name: 'first',
  10. isDirectory: true,
  11. children: [
  12. {
  13. id: 2,
  14. name: 'second',
  15. isDirectory: false
  16. }
  17. ]
  18. }
  19. ]
  20. }
  21. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement