Skip to content

Instantly share code, notes, and snippets.

@sh0umik
Last active October 8, 2017 04:20
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 sh0umik/e2defdbff4ce6018aa8a9af7af7ff0ae to your computer and use it in GitHub Desktop.
Save sh0umik/e2defdbff4ce6018aa8a9af7af7ff0ae to your computer and use it in GitHub Desktop.
json-example
{
"firstName": "Frank",
"lastName": "Weigel",
"age": 25,
"address":
{
"streetAddress": "21 2nd Street",
"city": "MV",
"state": "CA",
"postalCode": "94040"
},
"phoneNumber":
[
{
"type": "home",
"number": "212 555-1234"
},
{
"type": "fax",
"number": "646 555-4567"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment