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
Post a Comment