diff --git a/person1.json b/person1.json new file mode 100644 index 0000000..f27cf2f --- /dev/null +++ b/person1.json @@ -0,0 +1,13 @@ + { + "name": { + "lastName": "Johnson", + "firstName": "Joe" + }, + "birthDate": "1965-08-10", + "username": "jjohnson", + "institutionalId": "34-765554", + "email": { + "emailAddress": "jjohnson@goo.edu", + "emailType": "primary" + } + }