Skip to content

Instantly share code, notes, and snippets.

@guillermo
Created May 16, 2012 13:30
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 guillermo/2710344 to your computer and use it in GitHub Desktop.
Save guillermo/2710344 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"name": {
"first": "Guillermo",
"last": "Alvarez"
},
"child": [
{
"name": "pepe",
"age": 2
},
{
"name": "Juanjo"
}
]
},
{
"id": 2,
"name": {
"first": "Martin",
"last": "Luther"
},
"child": [
{
"name": "Jr"
}
]
},
{
"id": 3,
"name": {
"first": "Jesper"
}
},
{
"id": 4
},
{
"id": 5
},
{
"id": 6
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment