JsonArrayInsertObject Method |
Adds an empty object at the specified index and returns its instance.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public JsonObject InsertObject(
int index
)
Public Function InsertObject (
index As Integer
) As JsonObject
Parameters
- index
- Type: SystemInt32
The zero-based index at which item should be inserted.
Return Value
Type:
JsonObjectThe inserted object.
Exceptions See Also