Skip to content

Instantly share code, notes, and snippets.

@yornaath
Created January 10, 2012 09:48
Show Gist options
  • Save yornaath/1588148 to your computer and use it in GitHub Desktop.
Save yornaath/1588148 to your computer and use it in GitHub Desktop.
{
"_id": 0,
"title": "root",
"children": [
{
"_id": 2,
"title": "presentation",
"children": [
{
"_id": 7,
"title": "Slideshow2",
"children": [
]
},
{
"_id": 6,
"title": "Slideshow1",
"children": [
]
}
]
},
{
"_id": 1,
"title": "vessels",
"children": [
{
"_id": 5,
"title": "BattlestarGalactica",
"children": [
]
},
{
"_id": 4,
"title": "Cruise",
"children": [
]
},
{
"_id": 3,
"title": "Tanker",
"children": [
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment