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