Skip to content

Instantly share code, notes, and snippets.

@johnz
Created November 8, 2011 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save johnz/1346940 to your computer and use it in GitHub Desktop.
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
{
"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