Method Remove
Remove(JsonValue)
Removes item from the JSON Array.
Declaration
bool Remove(JsonValue item)
Parameters
Type | Name | Description |
---|---|---|
Json |
item | Item to be removed. |
Returns
Type | Description |
---|---|
System. |
True, if removed successfully. |