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