Advertisement
jerryturcios08

Untitled

Aug 6th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     id: 2929,
  3.     name: "Engineering",
  4.     description: "A whole lot of Math and Science.",
  5.     children: []
  6. },
  7. {
  8.     id: 1234,
  9.     name: "Windows",
  10.     description: "Windows is an OS.",
  11.     children: [
  12.         {
  13.             id: 2832,
  14.             name: "Windows 10",
  15.             description: "Windows 10 is the latest Windows OS.",
  16.             children: []
  17.         }
  18.     ]
  19. },
  20. {
  21.     id: 2929,
  22.     name: "Software",
  23.     description: "The thing you can't physically hit.",
  24.     children: [
  25.         {
  26.             id: 3929,
  27.             name: "Application Software",
  28.             description: "Use to get tasks done.",
  29.             children: []
  30.         },
  31.         {
  32.             id: 9391,
  33.             name: "Systems Software",
  34.             description: "Interacts with a computer hardware.",
  35.             children: []
  36.         }
  37.     ]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement