I try to use http://www.codeplex.com/Json to extract values from a json object.
I use imdbapi.com and they return json like this:
{\"Title\": \"Sta
class TypeHere{ string Name {get;set;} } TypeHere object = JsonConvert.DeserializeObject< TypeHere >(jsonString) // Ex. output object.Name;