Not finding what you are looking for? Request a recipe!
ColdFusion's struct data-type helps simplify sorting an array of objects (or other complex data-types). We will build a new struct where the key is the value we need to sort. We will also ensure that duplicate values are not lost in the process.