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

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -