Skip to main content

Arguments

string
required
The key of the json entry.
string
required
The path of the array. $ is the root.
integer
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.