Click or drag to resize
JsonObjectAdd 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
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
ArgumentExceptionAn property with the same key already exists.
See Also