Method Remove
Remove(JsonValue)
Removes JSONValue item from array.
Declaration
public bool Remove(JsonValue item)
Parameters
Type | Name | Description |
---|---|---|
JsonValue | item | Item to be removed. |
Returns
Type | Description |
---|---|
System.Boolean | 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 |
---|---|---|
JsonValueBase | item | Item to be removed. |
Returns
Type | Description |
---|---|
System.Boolean | True, if item exists and is removed successfully. |