Skip to content

Instantly share code, notes, and snippets.

@andrewhl
Created May 22, 2017 12:17
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 andrewhl/e073602795bd87dcfc4a2b2c84d2cb3e to your computer and use it in GitHub Desktop.
Save andrewhl/e073602795bd87dcfc4a2b2c84d2cb3e to your computer and use it in GitHub Desktop.
{
"name": "Top Level One",
"id": "topLevelOne,
"children": [
{
"name": "Stuff",
"id": "topLevelOne.stuff",
"children": [
{
"name": "Things",
"id": "topLevelOne.stuff.things"
},
{
"name": "Other Things",
"id": "topLevelOne.stuff.otherThings",
"children": [
{
"name": "1",
"id": "topLevelOne.stuff.otherThings.1"
},
{
"name": "2",
"id": "topLevelOne.stuff.otherThings.2"
},
{
"name": "3",
"id": "topLevelOne.stuff.otherThings.3"
},
{
"name": "4",
"id": "topLevelOne.stuff.otherThings.4"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment