Class SliceExpression


  • public class SliceExpression
    extends Object
    A slice expression allows you to select a contiguous subset of an array. A slice has a start, stop, and step value. The general form of a slice is [start:stop:step], but each component is optional and can be omitted. https://jmespath.org/specification.html#slices