sort an array of objects by value of object keys
Summary (oneliner)
Lets you sort an array of objects (as i.e. given by CsvArray) by one key of the containing objects. Can be "tested" properties, use '.' as a seperator then (i.e. dimensions.width).
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Array to sort (Array)
the array of objects to sort
Sort property (String)
sorting property, can be "nested" (i.e. dimensions.width)
Sorting mode index (integer /Number)
Outputs
Sorted array (Array)
the sorted array of objects