Javascript – How to sort groups with custom sequence?
Currently the response that is being sent back to client side looks like this: [ { "categoryName": "Orders", "categoryItems": [ { "group": "Group B", "groupSettings": [ { "settingName": "Group b description" } ] }, { "group": "Group C", "groupSettings": […