SyntaxFix
Write A Post
Hire A Developer
Questions
You can also get the value of an item in the jObject like this:
JToken value; if (json.TryGetValue(key, out value)) { DoSomething(value); }