Method Remove
Remove(JsonValue)
Removes item from 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 |
Removes item from JSON Array
bool Remove(JsonValue item)
Type | Name | Description |
---|---|---|
Json |
item | Item to be removed |
Type | Description |
---|---|
System. |
True if removed successfully |