Skip to content

Instantly share code, notes, and snippets.

@gmac
Last active September 28, 2015 22:23
Show Gist options
  • Save gmac/4fa1480de2ab9cecd24f to your computer and use it in GitHub Desktop.
Save gmac/4fa1480de2ab9cecd24f to your computer and use it in GitHub Desktop.
[
{
"id": "a",
"parent": null
},
{
"id": "b",
"parent": "a"
},
{
"id": "c",
"parent": "b"
},
{
"id": "d",
"parent": "b"
},
{
"id": "e",
"parent": "a"
},
{
"id": "f",
"parent": null
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment