Skip to content

Instantly share code, notes, and snippets.

@benoffi7
Created May 29, 2017 18: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 benoffi7/17f297ea316b1d6a4b71bb3f38093d86 to your computer and use it in GitHub Desktop.
Save benoffi7/17f297ea316b1d6a4b71bb3f38093d86 to your computer and use it in GitHub Desktop.
Ejemplo 1 de JSON
{
"firstName": "John",
"lastName": "Smith",
"age": 25,
"address": {
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": 10021
},
"phoneNumbers": [
{
"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