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
JObject API documentation
I believe you are interested in the .Item[key] collection that returns JTokens.
Full Documentation