Method Remove
Remove(JsonValue)
Removes JSONValue item from array.
Declaration
public bool Remove(JsonValue item)
Parameters
Type | Name | Description |
---|---|---|
Json |
item | Item to be removed. |
Returns
Type | Description |
---|---|
System. |
True, if item exists and is removed successfully. |
Implements
Remove(JsonValueBase)
Removes JsonValueBase item from array.
Declaration
public bool Remove(JsonValueBase item)
Parameters
Type | Name | Description |
---|---|---|
Json |
item | Item to be removed. |
Returns
Type | Description |
---|---|
System. |
True, if item exists and is removed successfully. |