Skip to content

Instantly share code, notes, and snippets.

@zymsys
Created January 23, 2012 00:53
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 zymsys/1659704 to your computer and use it in GitHub Desktop.
Save zymsys/1659704 to your computer and use it in GitHub Desktop.
Demo JSON data
[
{
"name":"Tanner Young",
"phones":[
{
"name": "home",
"number": "1-802-826-8704"
},
{
"name": "fax",
"number": "1-688-307-9978"
}
]
},
{
"name":"Rogan Cruz",
"phones":[
{
"name": "home",
"number": "1-869-663-2452"
},
{
"name": "fax",
"number": "1-647-118-2178"
}
]
},
{
"name":"Julian Graves",
"email": "jgraves@example.com"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment