Method Add
Add(JsonValue)
Adds item to the JSON Array.
Declaration
void Add(JsonValue item)
Parameters
Type | Name | Description |
---|---|---|
JsonValue | item | Item to be added. |
Adds item to the JSON Array.
void Add(JsonValue item)
Type | Name | Description |
---|---|---|
JsonValue | item | Item to be added. |