Foursquare API. Json deserialization...

160 views
Skip to first unread message

Jose Miguel Torres

unread,
Jun 3, 2012, 5:25:22 AM6/3/12
to rest...@googlegroups.com
Hi guys,

After spending some hours, I surrender. I'm not able to deserializate this api from foursqure (https://developer.foursquare.com/docs/explore#req=venues/search%3Fll%3D40.7,-74) which returns something like:

{
  • meta: {
    • code: 200
    }
  • notifications: [
    • {
      • type: "notificationTray"
      • item: {
        • unreadCount: 0
        }
      }
    ]
  • response: {
    • venues: [
      • {
        • id: "4f7b7b18e4b043bd2ab966f7"
        • name: "Salud Restaurant"
        • contact: { }
        • location: {
          • address: "Beekman Place"
          • lat: 40.70048281569655
          • lng: -73.99964286682906
          • distance: 61
          • postalCode: "10022"
          • city: "New York City"
          • state: "NY"
          • country: "United States"
          }...

I just want to get the meta.code value and the venues array with the Id and name.

So my classes are:

    public class root
    {
        public response response;
        public meta meta;
    }
 
    public class meta
    {
        public int code;
    }
 
 
    public class response
    {
        public List<venues> venues;
    }
 
    public class venues
    {
        public string id;
 
        public string name;
 }

I'm using RestSharp (last version) WP7 version and what I get after calling execasync<root> is a.Data = null, whith no other 3rd party json deserializer.

Please, it's gonna make me crazy....

thanks, in advance...

jm


Hajdrik Attila

unread,
Jun 3, 2012, 5:36:56 AM6/3/12
to rest...@googlegroups.com
I see that the Data property is null, but please post the content property value what you receive from FS.

BTW, you don't have to be case conform to the returned json, you can keep C# code formatting.

On the other hand, plug back in the "old" Newtonsoft.Json deserializer and check the results with that.

hth,
Attila


Sent from Exchange Server 2010

Jose Miguel Torres

unread,
Jun 3, 2012, 1:44:04 PM6/3/12
to rest...@googlegroups.com
Thanks,

The content property value is shown above.

I'll plug back in the old newtonsoft.json deser. I0'll let you know, thanks,,,


"{\"meta\":{\"code\":200},\"response\":{\"venues\":[{\"id\":\"4b44bc4bf964a520b6fa25e3\",\"name\":\"Microsoft Studio E\",\"contact\":{},\"location\":{\"address\":\"3950 148th Ave NE\",\"lat\":47.645001554939476,\"lng\":-122.14105108409366,\"distance\":22,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":2704,\"usersCount\":297,\"tipCount\":7},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4ea06b745c5c8cb41cc403ed\",\"name\":\"Jambon\",\"contact\":{},\"location\":{\"lat\":47.64482965911889,\"lng\":-122.14119548985667,\"distance\":0,\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d1df931735\",\"name\":\
"BBQ Joint\",\"pluralName\":\"BBQ Joints\",\"shortName\":\"BBQ\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/food\\/bbq_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":10,\"usersCount\":6,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4e42c203483bcb5c2da7280c\",\"name\":\"MS Studio H Garage\",\"contact\":{},\"location\":{\"lat\":47.64490063623025,\"lng\":-122.1412035916143,\"distance\":7,\"country\":\"United States\"},\"categories\":[{\"id\":\"4c38df4de52ce0d596b336e1\",\"name\":\"Parking\",\"pluralName\":\"Parking\",\"shortName\":\"Parking\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/parking_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":31,\"usersCount\":4,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[
]}},{\"id\":\"4ade4a53f964a520ae7421e3\",\"name\":\"Microsoft Studio F\",\"contact\":{},\"location\":{\"address\":\"3900 148th Ave\",\"crossStreet\":\"at NE 40th St.\",\"lat\":47.64505593313622,\"lng\":-122.1420355789802,\"distance\":67,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":3844,\"usersCount\":514,\"tipCount\":18},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4b9a56bcf964a52046ad35e3\",\"name\":\"Microsoft Studio G\\/2620\",\"contact\":{},\"location\":{\"lat\":47.64493034040828,\"lng\":-122.1417171366353,\"distance\":40,\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\"
:\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":45,\"usersCount\":16,\"tipCount\":0},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4f4d45c1e4b05b49b499a075\",\"name\":\"Microsoft Studio F\\/1022-Mt. Si\",\"contact\":{},\"location\":{\"lat\":47.64496940210585,\"lng\":-122.14221460815135,\"distance\":77,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[],\"verified\":false,\"stats\":{\"checkinsCount\":8,\"usersCount\":6,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4e549645d22dad218dfef294\",\"name\":\"aila\",\"contact\":{},\"location\":{\"lat\":47.645,\"lng\":-122.141,\"distance\":24,\"country\":\"United States\"},\"c
ategories\":[],\"verified\":false,\"stats\":{\"checkinsCount\":3,\"usersCount\":2,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4a367c2bf964a5209a9d1fe3\",\"name\":\"Microsoft Studio H\",\"contact\":{},\"location\":{\"address\":\"3850 148th Ave NE\",\"crossStreet\":\"at NE 40th St\",\"lat\":47.6434824733424,\"lng\":-122.14094281196594,\"distance\":151,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":5666,\"usersCount\":742,\"tipCount\":21},\"url\":\"http:\\/\\/www.microsoft.com\",\"hereNow\":{\"count\":1,\"groups\":[{\"type\":\"others\",\"name\":\"Other people here\"
,\"count\":1,\"items\":[]}]}},{\"id\":\"4ea06072b8f7cf6042504ca1\",\"name\":\"c\",\"contact\":{},\"location\":{\"lat\":47.6448,\"lng\":-122.1412,\"distance\":3,\"country\":\"United States\"},\"categories\":[],\"verified\":false,\"stats\":{\"checkinsCount\":1,\"usersCount\":1,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4aa69dfcf964a520664a20e3\",\"name\":\"Microsoft Studio G\",\"contact\":{},\"location\":{\"address\":\"3800 148th Ave. NE\",\"lat\":47.64367764153289,\"lng\":-122.1421766281128,\"distance\":147,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":3230,\"us
ersCount\":470,\"tipCount\":11},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4f8f2d18e4b0036b6fc91cf1\",\"name\":\"HQ of  Cellcore\",\"contact\":{},\"location\":{\"lat\":47.6453,\"lng\":-122.141,\"distance\":54,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[],\"verified\":false,\"stats\":{\"checkinsCount\":7,\"usersCount\":3,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4e54950cd164a1ac2f372b3c\",\"name\":\"batata vada\",\"contact\":{},\"location\":{\"lat\":47.645,\"lng\":-122.141,\"distance\":24,\"country\":\"United States\"},\"categories\":[],\"verified\":false,\"stats\":{\"checkinsCount\":2,\"usersCount\":2,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4cd5ca5d122ba143c5b32ea1\",\"name\":\"Microsoft Museum\",\"contact\":{\"phone\":\"4257036214\",\"formattedPhone\":\"(425) 703-6214
\"},\"location\":{\"address\":\"4420 148th Ave NE\",\"lat\":47.64500351906803,\"lng\":-122.14219904306502,\"distance\":77,\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[],\"verified\":false,\"stats\":{\"checkinsCount\":63,\"usersCount\":27,\"tipCount\":1},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4e6695448877dfcf2fd1926d\",\"name\":\"Microsoft Corporation\",\"contact\":{},\"location\":{\"address\":\"One Microsoft Way\",\"lat\":47.64349197658687,\"lng\":-122.14089651097733,\"distance\":150,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":1097
,\"usersCount\":289,\"tipCount\":1},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4f207926e4b028522d6085c6\",\"name\":\"windows server 8 training\",\"contact\":{},\"location\":{\"address\":\"Room 1022, Mt. Si\",\"crossStreet\":\"Studio F\",\"lat\":47.6449699401855,\"lng\":-122.14221572876,\"distance\":77,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d1a7941735\",\"name\":\"College Library\",\"pluralName\":\"College Libraries\",\"shortName\":\"Library\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/library_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":30,\"usersCount\":6,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4ebb11b1b634c5f658539b62\",\"name\":\"Microsoft Studio F \\/ 2006\",\"contact\":{\"phone\":\"4257223479\",\"formattedPhone\":\"(425) 722-3479
\"},\"location\":{\"lat\":47.64496940210585,\"lng\":-122.14221460815135,\"distance\":77,\"postalCode\":\"98004\",\"city\":\"Redmonf\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":25,\"usersCount\":5,\"tipCount\":0},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4e6a581ab61cc3728d8d45c7\",\"name\":\"JoeB's office\",\"contact\":{},\"location\":{\"lat\":47.645,\"lng\":-122.1423,\"distance\":84,\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,4
4,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":10,\"usersCount\":5,\"tipCount\":0},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4e58e95ab993732579e029c3\",\"name\":\"WPOC\",\"contact\":{},\"location\":{\"address\":\"Microsoft Studio H\",\"lat\":47.64369804085486,\"lng\":-122.14099770251373,\"distance\":126,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":157,\"usersCount\":11,\"tipCount\":0},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4f4d4e48e4b052b87aa50b2b\",\"name\":\"Windows Phone Concierge Lounge #1\",\"contact\":{},\"location\":{\"lat\":47.644967329207795,
\"lng\":-122.14214548684791,\"distance\":72,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d130941735\",\"name\":\"Building\",\"pluralName\":\"Buildings\",\"shortName\":\"Other - Buildings\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":5,\"usersCount\":2,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4b44fcbef964a520d60026e3\",\"name\":\"Acacia Teriyaki\",\"contact\":{\"phone\":\"4258850574\",\"formattedPhone\":\"(425) 885-0574\"},\"location\":{\"address\":\"4026 148th Ave NE\",\"lat\":47.646246399999995,\"lng\":-122.14103903,\"distance\":158,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d111941735\",\"name\":\"Japanese 
Restaurant\",\"pluralName\":\"Japanese Restaurants\",\"shortName\":\"Japanese\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/food\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":471,\"usersCount\":176,\"tipCount\":6},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4f0b34b8e4b0803b6b9b7d6a\",\"name\":\"microsoft building 122 3rd floor east men's room stall 3\",\"contact\":{},\"location\":{\"lat\":47.64579911543231,\"lng\":-122.14165149479906,\"distance\":113,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d171941735\",\"name\":\"Event Space\",\"pluralName\":\"Event Spaces\",\"shortName\":\"Event Space\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"s
tats\":{\"checkinsCount\":39,\"usersCount\":3,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4df635c5b0fb807158cb0f81\",\"name\":\"Mobile Search Planning HQ\",\"contact\":{},\"location\":{\"address\":\"1 Microsoft Way\",\"lat\":47.643402960166846,\"lng\":-122.14215517044067,\"distance\":174,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d130941735\",\"name\":\"Building\",\"pluralName\":\"Buildings\",\"shortName\":\"Other - Buildings\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":180,\"usersCount\":6,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4e207d07aeb702639525ce3f\",\"name\":\"WPS Shiproom\",\"contact\":{},\"location\":{\"lat\":47.64496940210
585,\"lng\":-122.1421707497623,\"distance\":74,\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d1f1931735\",\"name\":\"General Entertainment\",\"pluralName\":\"General Entertainment\",\"shortName\":\"Other - Entertainment\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/arts_entertainment\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":55,\"usersCount\":7,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4d09064fe554721e1902c5f8\",\"name\":\"JBrown's Office\",\"contact\":{},\"location\":{\"crossStreet\":\"148th & 40th\",\"lat\":47.643299917973884,\"lng\":-122.1410042164319,\"distance\":170,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d174941735\",\"name\":\"Coworking Space\",\"pluralName\":\"Coworking Spaces\",\"shortName\":\"Coworking Space\"
,\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":291,\"usersCount\":10,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4df63e33b3ad9dc8c19f3b41\",\"name\":\"Microsoft Studio H\\/3302\",\"contact\":{},\"location\":{\"address\":\"3850 148th Ave NE\",\"crossStreet\":\"NE 37th Street\",\"lat\":47.6437433716353,\"lng\":-122.141047921145,\"distance\":121,\"postalCode\":\"98052\",\"city\":\"Redmond\",\"state\":\"Washington\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":36,\"use
rsCount\":6,\"tipCount\":0},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4e705971fa76e1a41f74d1fd\",\"name\":\"XOC\",\"contact\":{},\"location\":{\"crossStreet\":\"40th St\",\"lat\":47.644988365448626,\"lng\":-122.13908374693398,\"distance\":159,\"city\":\"Redmond\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":281,\"usersCount\":10,\"tipCount\":0},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4bf0358b51f2c9b6ce56f192\",\"name\":\"Microsoft Field @ Studios\",\"contact\":{},\"location\":{\"lat\":47.644379445038965,\"lng\":-122.13904590709578,\"distance\":168,\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d15f941735\",\"name\":\"Field\"
,\"pluralName\":\"Fields\",\"shortName\":\"Field\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/parks_outdoors\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":139,\"usersCount\":62,\"tipCount\":1},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4e370457483b363d927468c9\",\"name\":\"Microsoft StudioH\\/2146\",\"contact\":{},\"location\":{\"lat\":47.645966,\"lng\":-122.14168699999999,\"distance\":131,\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d15d941735\",\"name\":\"Lighthouse\",\"pluralName\":\"Lighthouses\",\"shortName\":\"Lighthouse\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/parks_outdoors\\/lighthouse_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":52,\"usersCount\":8,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"
count\":0,\"groups\":[]}},{\"id\":\"4eb877bfcc2143e82945e9e4\",\"name\":\"Studio G - 2324\",\"contact\":{},\"location\":{\"lat\":47.6431930996921,\"lng\":-122.142038075367,\"distance\":192,\"postalCode\":\"98052\",\"city\":\"Seattle\",\"state\":\"WA\",\"country\":\"United States\"},\"categories\":[{\"id\":\"4bf58dd8d48988d124941735\",\"name\":\"Office\",\"pluralName\":\"Offices\",\"shortName\":\"Corporate \\/ Office\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/building\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":28,\"usersCount\":9,\"tipCount\":0},\"hereNow\":{\"count\":0,\"groups\":[]}},{\"id\":\"4c10e4fcce57c928688582d2\",\"name\":\"221 bus Stop\",\"contact\":{},\"location\":{\"crossStreet\":\"148th Ave NE & NE 40th St\",\"lat\":47.644500203529,\"lng\":-122.14315888282815,\"distance\":151,\"postalCode\":\"98007\",\"city\":\"Bellevue\",\"state\":\"Washington\",\"country\":\"United States\"},\"categor
ies\":[{\"id\":\"4bf58dd8d48988d162941735\",\"name\":\"Other Great Outdoors\",\"pluralName\":\"Other Great Outdoors\",\"shortName\":\"Other Outdoors\",\"icon\":{\"prefix\":\"https:\\/\\/foursquare.com\\/img\\/categories\\/parks_outdoors\\/default_\",\"sizes\":[32,44,64,88,256],\"name\":\".png\"},\"primary\":true}],\"verified\":false,\"stats\":{\"checkinsCount\":59,\"usersCount\":12,\"tipCount\":0},\"specials\":{\"count\":0,\"items\":[]},\"hereNow\":{\"count\":0,\"groups\":[]}}]}}"




2012/6/3 Hajdrik Attila <att...@eyedea.hu>
Reply all
Reply to author
Forward
0 new messages