JsonArrayRemove Method

Removes the first occurrence of the specific item from the JsonArray.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public bool Remove(
	JsonValue item
)

Parameters

item  JsonValue
The JsonValue to remove from the JsonArray.

Return Value

Boolean
if item was successfully removed from the JsonArray; otherwise, .

Implements

ICollectionTRemove(T)

See Also