Method Remove
Remove(string)
Removes the specified a key.
Declaration
public virtual JSONNode Remove(string aKey)
Parameters
Type | Name | Description |
---|---|---|
string | aKey | a key. |
Returns
Type | Description |
---|---|
JSONNode | JSONNode. |
Remove(int)
Removes the specified a index.
Declaration
public virtual JSONNode Remove(int aIndex)
Parameters
Type | Name | Description |
---|---|---|
int | aIndex | a index. |
Returns
Type | Description |
---|---|
JSONNode | JSONNode. |
Remove(JSONNode)
Removes the specified a node.
Declaration
public virtual JSONNode Remove(JSONNode aNode)
Parameters
Type | Name | Description |
---|---|---|
JSONNode | aNode | a node. |
Returns
Type | Description |
---|---|
JSONNode | JSONNode. |