Skip to content

Instantly share code, notes, and snippets.

@silvansky
Last active August 29, 2015 13:57
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 silvansky/9383681 to your computer and use it in GitHub Desktop.
Save silvansky/9383681 to your computer and use it in GitHub Desktop.
sample.json
{
"firstName": "John",
"lastName": "Smith",
"age": 25,
"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"
}
],
"gender":{
"type":"male"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment