Skip to content

Instantly share code, notes, and snippets.

@idg10
Last active August 26, 2020 15:37
Show Gist options
  • Save idg10/3361b72243a329a83c98583c26d305df to your computer and use it in GitHub Desktop.
Save idg10/3361b72243a329a83c98583c26d305df to your computer and use it in GitHub Desktop.
Expressing the expectation of success with a cast
var o = (JObject)JToken.Parse(text);
bool hasItem = o.ContainsKey("item");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment