Method Contains
Contains(JsonValue)
Checks whether the item exits in JSON Array
Declaration
bool Contains(JsonValue item)
Parameters
Type | Name | Description |
---|---|---|
Json |
item | value to check |
Returns
Type | Description |
---|---|
System. |
True in case Array contains the item |