Method Contains
Contains(JsonValue)
Checks if the item exists in the 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. |