Jsonie Documentation
Jsonie Documentation
API Reference
Dextronet.Jsonie
JsonDynamic Structure
JsonDynamic Methods
AddArray Method
AddArray Method
AddArray Method (String)
JsonDynamic
AddArray Method (String)
Adds an empty array property and returns it's instance.
Namespace:
Dextronet.Jsonie
Assembly:
Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
C#
VB
Copy
public
JsonDynamic
AddArray
(
string
key
)
Public
Function
AddArray
(
key
As
String
)
As
JsonDynamic
Parameters
key
Type:
System
String
The key of the array to add.
Return Value
Type:
JsonDynamic
The added array as dynamic.
Exceptions
Exception
Condition
ArgumentNullException
key
is null.
ArgumentException
An property with the same
key
already exists.
InvalidCastException
If this object does not wrap
JsonObject
.
See Also
Reference
JsonDynamic Structure
AddArray Overload
Dextronet.Jsonie Namespace
Jsonie Home