Json
JSON.ARRTRIM
Trim an array so that it contains only the specified inclusive range of elements.
Arguments
key
string
requiredThe key of the json entry.
path
string
default: "$"The path of the array.
start
integer
requiredThe start index of the range.
stop
integer
requiredThe stop index of the range.
Response
The length of the array after the trimming.
Was this page helpful?