vscode-sort-json
vscode-sort-json copied to clipboard
how to sort array of object by property value?
{ "persons": [ "person": { "name": "Mike", "City": "LA" }, "person": { "name": "Aron", "City": "DC" } ] }
How to sort this array using the values of the property "name"?