Method Add
Add(string, JSONNode)
Adds the specified a key.
Declaration
public virtual void Add(string aKey, JSONNode aItem)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aKey | a key. |
| JSONNode | aItem | a item. |
Add(JSONNode)
Adds the specified a item.
Declaration
public virtual void Add(JSONNode aItem)
Parameters
| Type | Name | Description |
|---|---|---|
| JSONNode | aItem | a item. |