From 4170e2b0860eb8e0350bca9f506c2f1693289ca6 Mon Sep 17 00:00:00 2001 From: khazelton Date: Fri, 20 Jul 2018 11:47:53 -0500 Subject: [PATCH] Create person1.json --- person1.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 person1.json 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" + } + }