Skip to content

Instantly share code, notes, and snippets.

@NaveenDA
Last active September 14, 2020 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NaveenDA/68f1ab0941e8e5d41c3edb62da922d34 to your computer and use it in GitHub Desktop.
Save NaveenDA/68f1ab0941e8e5d41c3edb62da922d34 to your computer and use it in GitHub Desktop.
[{
"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