Skip to content

Instantly share code, notes, and snippets.

@samuel22gj
Last active September 11, 2015 07:36
Show Gist options
  • Save samuel22gj/56a3bdeb56eeb773d111 to your computer and use it in GitHub Desktop.
Save samuel22gj/56a3bdeb56eeb773d111 to your computer and use it in GitHub Desktop.
A sample json file. https://goo.gl/X90Y9C
{
"firstName": "Samuel",
"lastName": "Huang",
"sex": "male",
"age": 26,
"birthday": 604116600000,
"alive": true,
"address": {
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": "10021"
},
"phoneNumber": [
{
"type": "home",
"number": "212 555-1234"
},
{
"type": "fax",
"number": "646 555-4567"
}
],
"email": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment