Jsonie Documentation
Jsonie Documentation
API Reference
Dextronet.Jsonie
JsonObject Class
JsonObject Methods
Add Method
Add Method (KeyValuePair(String, JsonValue))
Add Method (String, JsonValue)
JsonObject
Add Method (String, JsonValue)
Adds an member with the specified key and value to this object.
Namespace:
Dextronet.Jsonie
Assembly:
Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
C#
VB
Copy
public
void
Add
(
string
key
,
JsonValue
value
)
Public
Sub
Add
(
key
As
String
,
value
As
JsonValue
)
Parameters
key
Type:
System
String
The key of the element to add.
value
Type:
Dextronet.Jsonie
JsonValue
The value of the element to add. The value can be null.
Implements
IDictionary
TKey, TValue
Add(TKey, TValue)
Exceptions
Exception
Condition
ArgumentNullException
key
is null.
ArgumentException
An property with the same
key
already exists.
See Also
Reference
JsonObject Class
Add Overload
Dextronet.Jsonie Namespace
Jsonie Home