Last active
September 14, 2020 17:57
-
-
Save NaveenDA/68f1ab0941e8e5d41c3edb62da922d34 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
[{ | |
"name": "Root", | |
"children": [ | |
{ | |
"name": "Child 1", | |
"children": [ | |
{ | |
"name": "Grand Child" | |
} | |
] | |
}, | |
{ | |
"name": "Child 2", | |
"children": [ | |
{ | |
"name": "Grand Child", | |
"children": [ | |
{ | |
"name": "Great Grand Child 1" | |
}, | |
{ | |
"name": "Grand Grand Child 2" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"name": "Child 2" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment