Skip to content

Instantly share code, notes, and snippets.

@richimf
Last active December 11, 2019 18:38
Show Gist options
  • Save richimf/0d18f9ba3e028fca677b39949fd92185 to your computer and use it in GitHub Desktop.
Save richimf/0d18f9ba3e028fca677b39949fd92185 to your computer and use it in GitHub Desktop.
{
"firstName": "Name",
"lastName": "LastName",
"age": 10,
"address":
{
"streetAddress": "Reforma",
"city": "Mexico",
"state": "CDMX",
"postalCode": "00600"
},
"phoneNumber":
[
{
"type": "movil",
"number": "5544332211"
},
{
"type": "home",
"number": "550099332"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment