vscode-sort-json icon indicating copy to clipboard operation
vscode-sort-json copied to clipboard

how to sort array of object by property value?

Open hjrb opened this issue 2 years ago • 0 comments

{ "persons": [ "person": { "name": "Mike", "City": "LA" }, "person": { "name": "Aron", "City": "DC" } ] }

How to sort this array using the values of the property "name"?

hjrb avatar Mar 08 '22 10:03 hjrb