Package com.jayway.jsonpath.internal.function.sequence
-
Class Summary Class Description AbstractSequenceAggregation Defines the pattern for taking item from collection of JSONArray by index Created by git9527 on 6/11/22.First Take the first item from collection of JSONArray Created by git9527 on 6/11/22.Index Take the index from first Parameter, then the item from collection of JSONArray by index Created by git9527 on 6/11/22.Last Take the first item from collection of JSONArray Created by git9527 on 6/11/22.