Last active
May 10, 2021 04:18
-
-
Save EthraZa/68bd4a5435943bf536f9 to your computer and use it in GitHub Desktop.
Array de Arrays com Estados[0] e Siglas[1] do Brasil. Baseado em https://github.com/felipefdl/cidades-estados-brasil-json
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
[ | |
["Acre", "AC"], | |
["Alagoas", "AL"], | |
["Amazonas", "AM"], | |
["Amapá", "AP"], | |
["Bahia", "BA"], | |
["Ceará", "CE"], | |
["Distrito Federal", "DF"], | |
["Espírito Santo", "ES"], | |
["Goiás", "GO"], | |
["Maranhão", "MA"], | |
["Minas Gerais", "MG"], | |
["Mato Grosso do Sul", "MS"], | |
["Mato Grosso", "MT"], | |
["Pará", "PA"], | |
["Paraíba", "PB"], | |
["Pernambuco", "PE"], | |
["Piauí", "PI"], | |
["Paraná", "PR"], | |
["Rio de Janeiro", "RJ"], | |
["Rio Grande do Norte", "RN"], | |
["Rondônia", "RO"], | |
["Roraima", "RR"], | |
["Rio Grande do Sul", "RS"], | |
["Santa Catarina", "SC"], | |
["Sergipe", "SE"], | |
["São Paulo", "SP"], | |
["Tocantins", "TO"] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment