Skip to content

Instantly share code, notes, and snippets.

@varavut
Created August 11, 2015 11:57
Show Gist options
  • Save varavut/bd3bb82eae4b9e966b31 to your computer and use it in GitHub Desktop.
Save varavut/bd3bb82eae4b9e966b31 to your computer and use it in GitHub Desktop.
{
a: '0',
leaf1: {
a: '1',
leaf1: {
a: '2',
leaf1: {
a: '3',
}
},
leaf2: {
a: '4',
leaf1: {
a: '5',
},
leaf2: {
a: '6',
}
}
},
leaf2: {
a: '7',
leaf1: {
a: '8',
leaf1: {
a: '9',
}
},
leaf2: {
a: '10',
leaf1: {
a: '11',
},
leaf2: {
a: '12',
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment