Relative Content

Tag Archive for javascriptarraysdictionarysorting

How can I order an dictionary array by key value?

I have an array with contains multiple dictinary objects. Each objects represents a user and contains a name key. I want the object alphabetically sorted in the array by the value of the name key.