Skip to content

Commit

Permalink
Adding text describing module 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffheaton committed Dec 28, 2019
1 parent 7511583 commit c72e9d7
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 68 deletions.
28 changes: 28 additions & 0 deletions person.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"firstName": "John",
"lastName": "Smith",
"isAlive": true,
"age": 27,
"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
}
Loading

0 comments on commit c72e9d7

Please sign in to comment.