Skip to content

Instantly share code, notes, and snippets.

@zelark
Last active August 29, 2015 14:15
Show Gist options
  • Save zelark/5491de497cb9b9245fb5 to your computer and use it in GitHub Desktop.
Save zelark/5491de497cb9b9245fb5 to your computer and use it in GitHub Desktop.
[
{
"name": "Top Level",
"parent": "null",
"children": [
{
"name": "Level 2: A",
"parent": "Top Level",
"children": [
{
"name": "Son of A",
"parent": "Level 2: A"
},
{
"name": "Daughter of A",
"parent": "Level 2: A"
}
]
},
{
"name": "Level 2: B",
"parent": "Top Level"
},
{
"name": "Level 2: C",
"parent": "Top Level"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment