Read original post by Dani Diaz at Small And Mighty Blog
A few weeks ago, I did a short blog post on consuming Json from Windows Phone. I posted more as a reference for myself but I have gotten a few emails about it so I figured I would expand on it. Consuming Json is Windows Phone is not hard but it can be a bit trick. The problem is on the parsing. Unlike XML, there is no LinqToJson available to allow us to parse / query Json. The best way to parse it is to Deserialize the message to a know type.