Method Add
Add(JsonValue)
Adds JSONValue item to array
Declaration
public void Add(JsonValue item)
Parameters
Type | Name | Description |
---|---|---|
Json |
item | JSONValue to be added |
Implements
Add(JsonValueBase)
Adds JSONValueBase item to array
Declaration
public void Add(JsonValueBase item)
Parameters
Type | Name | Description |
---|---|---|
Json |
item | JSONValueBase to be added |