Open hjrb opened 2 years ago
{ "persons": [ "person": { "name": "Mike", "City": "LA" }, "person": { "name": "Aron", "City": "DC" } ] }
How to sort this array using the values of the property "name"?
{ "persons": [ "person": { "name": "Mike", "City": "LA" }, "person": { "name": "Aron", "City": "DC" } ] }
How to sort this array using the values of the property "name"?