Summary
Determines whether the json contains an element that has the specified key.
Syntax
public bool ContainsKey(string key)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key to locate in the json. |
Return Value
Type | Description |
---|---|
bool | true if the json contains an element that has the specified key; otherwise, false. |