JSON Arrays and Sorting
问题 I have this json array which I have outlined below. I want to know how I could get all the strings under the "name" key only and place in a certain array to be sorted alphabetically by name and later split into further arrays in accordance to the first letter in the names. Any guide to carrying this out will be much appreciated, thanks. I am using the json kit via github and also NSJSONserialization. { "proj_name": "Ant", "id": [ { "name": "David" }, { "name": "Aaron" } ] }, { "proj_name":