Created
April 13, 2010 01:05
-
-
Save chrismessina/364204 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"startIndex": 10, | |
"itemsPerPage": 10, | |
"totalResults": 12, | |
{ | |
"id": "703887", | |
"displayName": "Mark Hashimoto", | |
"name": { | |
"familyName": "Hashimoto", | |
"givenName": "Mark" | |
}, | |
"birthday": "0000-01-16", | |
"gender": "male", | |
"drinker": "heavily", | |
"tags": [ | |
"plaxo guy" | |
], | |
"emails": [ | |
{ | |
"value": "[email protected]", | |
"type": "work", | |
"primary": "true" | |
}, | |
{ | |
"value": "[email protected]", | |
"type": "home" | |
} | |
], | |
"urls": [ | |
{ | |
"value": "http://www.seeyellow.com", | |
"type": "work" | |
}, | |
{ | |
"value": "http://www.angryalien.com", | |
"type": "home" | |
} | |
], | |
"phoneNumbers": [ | |
{ | |
"value": "650-123-4567", | |
"type": "mobile" | |
} | |
], | |
"photos": [ | |
{ | |
"value": "http://sample.site.org/photos/12345.jpg", | |
"type": "thumbnail" | |
} | |
], | |
"ims": [ | |
{ | |
"value": "plaxodev8", | |
"type": "aim" | |
} | |
], | |
"addresses": [ | |
{ | |
"type": "home", | |
"streetAddress": "742 Evergreen Terrace\nSuite 123", | |
"locality": "Springfield", | |
"region": "VT", | |
"postalCode": "12345", | |
"country": "USA", | |
"formatted": "742 Evergreen Terrace\nSuite 123\nSpringfield, VT 12345 USA" | |
} | |
], | |
"accounts": [ | |
{ | |
"domain": "plaxo.com", | |
"userid": "2706" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment