Created
September 8, 2018 07:42
-
-
Save DanyRupes/630aa7c79e81432e42ae11b773661165 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id" : ObjectId("5b937890d80115a89b6ff744"), | |
"name" : "Jes", | |
"__v" : 0, | |
"desig" : "CEO", | |
"manager" : "-", | |
"workers" : [ | |
{ | |
"name" : "Anchal", | |
"desig" : "CEO", | |
"workers" : [ | |
{ | |
"name" : "Genn", | |
"desig" : "COO", | |
"workers" : [ | |
{ | |
"name" : "Win", | |
"desig" : "VAO", | |
"workers" : [ | |
{ | |
"name" : "Forrest", | |
"desig" : "Peas", | |
"workers" : [ | |
{ | |
"name" : "Jenny", | |
"desig" : "Carrots" | |
} | |
] | |
}, | |
{ | |
"name" : "Veena", | |
"desig" : "VAO" | |
} | |
] | |
}, | |
{ | |
"name" : "Yennno", | |
"desig" : "VAO" | |
} | |
] | |
}, | |
{ | |
"name" : "Dany", | |
"desig" : "Developer" | |
}, | |
{ | |
"name" : "Tenn", | |
"desig" : "PAO", | |
"workers" : [ | |
{ | |
"name" : "Decii", | |
"desig" : "Test" | |
}, | |
{ | |
"name" : "Kenn", | |
"desig" : "Test" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"name" : "Leo", | |
"desig" : "Seller" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment