I installed json.net using the NuGet package manager:

But now when I actually try to use the thing by doing something like:
JObject message = Jobject.parse(someJson);
I am getting Type or namespace name 'JObject' could not be found.
How do I include it in my solution after NuGet installation?