So, I wanted to build a simple display for the foyer of our building that would display in real-time the zeitgeist of the nation. What better way of testing the pulse of the UK, than pulling down the latest list of Twitter Trends. Twitter exposes this as a nice bit of JSON XML If you call - http://api.twitter.com/1/tr... You get a nice JSON response explained fully here https://dev.twitter.com/doc... .Net 4.0 has a great JSON deseriliser that can quickly read inbound ......