Created
January 23, 2012 00:53
-
-
Save zymsys/1659704 to your computer and use it in GitHub Desktop.
Demo JSON data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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": "[email protected]" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment