Core APIs
List
Splice
1min
osplits a given json list into two based on splice index and splice rows if the list has 5 rows and the splice index is 0 and splice rows is 3, then the output will have two lists first one will have the first 3 items and the second one will hold the remaining seven the function can be used to extract a range from anywhere in the list by configuring the splice index and splice rows accordingly note the splice index function is a zero based index which means that 0 refers to the first item in the list api definition