Skip to content

Instantly share code, notes, and snippets.

@zhonglism
Created March 10, 2017 06:38
Show Gist options
  • Save zhonglism/9d0dde68b3a15199dba2fcfaf8a61286 to your computer and use it in GitHub Desktop.
Save zhonglism/9d0dde68b3a15199dba2fcfaf8a61286 to your computer and use it in GitHub Desktop.
{
"name": "Mike and Marcia",
"children": [
{
"name": "Children",
"children": [
{ "name": "Mikael" }
]
},
{
"name": "Pets",
"children": [
{
"name": "Dogs",
"children": [
{ "name": "Bleu" },
{ "name": "Tagg" }
]
},
{
"name": "Cats",
"children": [
{ "name": "Bob" },
{ "name": "Peanut" }
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment