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