Skip to content

Instantly share code, notes, and snippets.

@idg10
Last active August 26, 2020 15:25
Show Gist options
  • Save idg10/9e95284bd140b16a44e850cf6a31e5d9 to your computer and use it in GitHub Desktop.
Save idg10/9e95284bd140b16a44e850cf6a31e5d9 to your computer and use it in GitHub Desktop.
A common misuse of C#'s as operator
var o = JToken.Parse(text) as JObject;
bool hasItem = o.ContainsKey("item");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment