Added first EVI 2018 files.

This commit is contained in:
2018-11-26 22:47:22 -04:00
parent 2b5fb28780
commit 64a907c835
21 changed files with 8159 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"firstName": "John",
"lastName": "Smith",
"isAlive": true,
"age": 25,
"address": {
"streetAddress": "21 2nd Street",
"city": "New York",
"state": "NY",
"postalCode": "10021-3100"
},
"phoneNumbers": [
{
"type": "home",
"number": "212 555-1234"
},
{
"type": "office",
"number": "646 555-4567"
},
{
"type": "mobile",
"number": "123 456-7890"
}
],
"children": [],
"spouse": null
}