{
   "openid" : "http://michael.thegrebs.com/",
   "country" : "US",
   "city" : "Atlantic City",
   "region" : "NJ", // no convention here, common sense applies
   "location": {lat: 39.425, lon: -74.506},
   "profile" : [
      { 
         "id" : "13462",
         "name" : "stackoverflow"
      },
      { 
         "id" : "mikegrb",
         "name" : "github"
      },
      {
         "id" : "mikegrb",
         "name" : "perlmonks"
      },
      { 
         "id" : "mikegrb",
         "name" : "facebook"
      },
      { 
         "id" : "mikegrb",
         "name" : "twitter"
      }
   ],
   "website" : [
      "http://michael.thegrebs.com/"
   ],
   "donation" : [
      {
         "name" : "paypal",
         "id" : "michael@thegrebs.com"
      }
   ],
   "blog" : [
      { 
         "feed" : "http://michael.thegrebs.com/comments/feed/",
         "url": "http://michael.thegrebs.com"
      },
   ],
   "email" : [
      "michael@thegrebs.com",
      "mgreb@linode.com",
   ],
   "perlmongers" : {
      "name" : "Philadelphia.pm",
      "url" : "http://philadelphia.pm.org/"
   }
}