Method ContainsAttribute
ContainsAttribute(String)
Checks if any entry exits against attribute name
Declaration
bool ContainsAttribute(string attributeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeName | key to search in the JSONObject |
Returns
Type | Description |
---|---|
System.Boolean | true if the key exists |