Created
October 30, 2019 15:42
-
-
Save Falciighol/a9bf0b75562d440cee26261c2fc9ddea to your computer and use it in GitHub Desktop.
[El Salvador Departments] El Salvador departments list #json #list #bp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"DESDEPTO": "AHUACHAPAN", | |
"CODDEPTO": 1 | |
}, | |
{ | |
"DESDEPTO": "SANTA ANA", | |
"CODDEPTO": 2 | |
}, | |
{ | |
"DESDEPTO": "SONSONATE", | |
"CODDEPTO": 3 | |
}, | |
{ | |
"DESDEPTO": "CHALATENANGO", | |
"CODDEPTO": 4 | |
}, | |
{ | |
"DESDEPTO": "LA LIBERTAD", | |
"CODDEPTO": 5 | |
}, | |
{ | |
"DESDEPTO": "SAN SALVADOR", | |
"CODDEPTO": 6 | |
}, | |
{ | |
"DESDEPTO": "CUSCATLAN", | |
"CODDEPTO": 7 | |
}, | |
{ | |
"DESDEPTO": "LA PAZ", | |
"CODDEPTO": 8 | |
}, | |
{ | |
"DESDEPTO": "CABAÑAS", | |
"CODDEPTO": 9 | |
}, | |
{ | |
"DESDEPTO": "SAN VICENTE", | |
"CODDEPTO": 10 | |
}, | |
{ | |
"DESDEPTO": "USULUTAN", | |
"CODDEPTO": 11 | |
}, | |
{ | |
"DESDEPTO": "SAN MIGUEL", | |
"CODDEPTO": 12 | |
}, | |
{ | |
"DESDEPTO": "MORAZAN", | |
"CODDEPTO": 13 | |
}, | |
{ | |
"DESDEPTO": "LA UNION", | |
"CODDEPTO": 14 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment