Created
November 8, 2011 03:45
-
-
Save johnz/1346940 to your computer and use it in GitHub Desktop.
google plus profile in json format. no dob, zip, country, email, edu/work no start and end date
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
{ | |
"kind":"plus#person", | |
"id":"112095195706125933013", | |
"displayName":"John Black", | |
"tagline":"Web developer", | |
"gender":"other", | |
"aboutMe":"<p>love internet and social game</p>", | |
"relationshipStatus":"engaged", | |
"url":"https://profiles.google.com/112095195706125933013", | |
"image":{ | |
"url":"https://lh6.googleusercontent.com/-2NgVrfVjWfw/AAAAAAAAAAI/AAAAAAAAAAA/n2ODvLUdU5A/photo.jpg" | |
}, | |
"urls":[ | |
{ | |
"value":"http://google.com" | |
}, | |
{ | |
"value":"http://wikipedia.com" | |
}, | |
{ | |
"value":"https://profiles.google.com/112095195706125933013", | |
"type":"profile" | |
}, | |
{ | |
"value":"https://www.googleapis.com/plus/v1/people/112095195706125933013", | |
"type":"json" | |
} | |
], | |
"organizations":[ | |
{ | |
"name":"Newcastle University", | |
"title":"Computer Science", | |
"type":"school" | |
}, | |
{ | |
"name":"A.B. Freeman School of Business", | |
"title":"Business", | |
"type":"school" | |
}, | |
{ | |
"name":"ABC Studios", | |
"title":"web developer", | |
"type":"work" | |
}, | |
{ | |
"name":"Google", | |
"title":"junior developer", | |
"type":"work" | |
} | |
], | |
"placesLived":[ | |
{ | |
"value":"LA" | |
}, | |
{ | |
"value":"Auckland" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment