sorting - SublimeText - sort json list alphabetically -


i have json formated list of countries , iso codes:

. . {"cod":"nc", "nombre":"nueva caledonia"},    {"cod":"ne", "nombre":"níger"},  {"cod":"nf", "nombre":"islas norkfolk"},     {"cod":"ng", "nombre":"nigeria"},    {"cod":"ni", "nombre":"nicaragua"},  {"cod":"nl", "nombre":"países bajos"},       . . 

the list sorted alphabetically iso code , not name. there way sort list name using sublime text or other editor ?

thanks

if split "cod" , "nombre" able use sublimetext functional: select text, edit -> sort lines or press f5


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -