Skip to main content

Arguments

str
required
The key of the json entry.
str
required
The path of the array.
int
required
The index where to insert the values.
...TValue[]
required
One or more values to append to the array.

Response

The length of the array after the insertion.