Created
August 8, 2011 18:44
-
-
Save jmoyers/1132405 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ user: | |
active: true, | |
addresses: | |
[ { address1: '100 Test Street', | |
address2: 'Suite 100', | |
city: 'NewCity', | |
label: 'Home 1', | |
primary: 'true', | |
state: 'State', | |
zip: '12345' }, | |
{ address1: '200 Test Street', | |
address2: 'Suite 200', | |
city: 'NewCity2', | |
label: 'Home 2', | |
primary: 'false', | |
state: 'State2', | |
zip: '22345' }, | |
{ address1: '100 Test Street', | |
address2: 'Suite 100', | |
city: 'NewCity', | |
label: 'Home 1', | |
primary: 'true', | |
state: 'State', | |
zip: '12345' }, | |
{ address1: '300 Test Street', | |
address2: 'Suite 300', | |
city: 'NewCity3', | |
label: 'Home 3', | |
primary: 'false', | |
state: 'State3', | |
zip: '33345' } ], | |
color: '#4444', | |
contactMe: false, | |
phoneNumbers: | |
[ { label: 'Home1', | |
number: '123-456-7890', | |
primary: 'true' }, | |
{ label: 'Home1', | |
number: '222-456-7890', | |
primary: 'false' }, | |
{ label: 'Home1', | |
number: '123-456-7890', | |
primary: 'true' }, | |
{ label: 'Office1', | |
number: '333-456-7890', | |
primary: 'false' } ], | |
emails: | |
[ { email: '[email protected]', | |
primary: 'false', | |
verified: 'true' }, | |
{ email: '[email protected]', | |
primary: 'false', | |
verified: 'false' } ], | |
firstName: 'User4', | |
guest: false, | |
hasAuthenticated: false, | |
lastName: 'LastName4', | |
displayName: 'User.4', | |
suid: '4444-4444-4444' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment