This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Gradle.
Summary
Determines whether the json contains an element that has the specified key.
- Assembly
- Cake
.Gradle .dll - Namespace
- LitJson
- Containing Type
- JsonData
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. |
