JsonObjectAddObject Method |
Adds an empty object property and returns its instance.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic JsonObject AddObject(
string key
)
Public Function AddObject (
key As String
) As JsonObject
Parameters
- key
- Type: SystemString
The key of the object to add.
Return Value
Type:
JsonObjectThe added object.
Exceptions
See Also