?
sort-by-path
Summary​
Sorts an array by a chosen value
Description​
Fields​
array​
An array to be sorted by path
path​
The path within each item for the value to be compared.
order​
The desired order for the array: ascending or descending.
value-type​
The type of value for comparisons: float, integer, or string.
Helpful?