This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
Bug: 'JObject' does not contain a definition for 'ContainsKey' #80
Labels
bug
Something isn't working
Expected behavior
Calling
ContainsKey
on aJObject
should return true if theJObject
has the key.https://www.newtonsoft.com/json/help/html/M_Newtonsoft_Json_Linq_JObject_ContainsKey.htm
Actual behavior
Unity complier doesn't recognize
JObject.ContainsKey(string)
Steps to reproduce
jillejr.newtonsoft.json-for-unity
via UPMDetails
Windows Unity Editor
Newtonsoft.Json-for-Unity package version 2.0.1
Unity 2019.4.18f1
Checklist
The text was updated successfully, but these errors were encountered: