Skip to content

Instantly share code, notes, and snippets.

@volgar1x
Created November 10, 2013 18:24
Show Gist options
  • Save volgar1x/7401854 to your computer and use it in GitHub Desktop.
Save volgar1x/7401854 to your computer and use it in GitHub Desktop.
{
"parents" : [ {
"id" : 1,
"name" : "DADDY",
"children" : [ 1, 2 ]
} ],
"children" : [ {
"id" : 1,
"name" : "JUNIOR",
"parent" : 1
}, {
"id" : 2,
"name" : "JUNIOR'S SLUT SISTER",
"parent" : 1
} ]
}
parent -> id=1 name=DADDY
child id=1
child id=2
child -> id=1 name=JUNIOR parent=1
child -> id=2 name=JUNIOR'S SLUT SISTER parent=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment