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