JsonObjectAddArray Method |
Adds an empty array member and returns its instance.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public JsonArray AddArray(
string key
)
Public Function AddArray (
key As String
) As JsonArray
Parameters
- key
- Type: SystemString
The key of the array to add.
Return Value
Type:
JsonArrayThe added array.
Exceptions See Also