I\'m trying to deserialize the JSON returned from http://api.usa.gov/jobs/search.json?query=nursing+jobs using the .NET 4.0 Task pattern. It returns this JSON
http://api.usa.gov/jobs/search.json?query=nursing+jobs
var response = taskwithresponse.Result; var jsonString = response.ReadAsAsync>().Result;