Skip to content

Instantly share code, notes, and snippets.

@clauda
Created April 18, 2018 05:10
Show Gist options
  • Save clauda/5b1298c41d8ba5abf1d92da6b081966e to your computer and use it in GitHub Desktop.
Save clauda/5b1298c41d8ba5abf1d92da6b081966e to your computer and use it in GitHub Desktop.
Dados Estados e Regiões, Siglas, BR
{
"states": {
"AM": "N",
"RR": "N",
"AP": "N",
"PA": "N",
"TO": "N",
"RO": "N",
"AC": "N",
"MA": "NE",
"CE": "NE",
"PI": "NE",
"RN": "NE",
"PE": "NE",
"PB": "NE",
"SE": "NE",
"AL": "NE",
"BA": "NE",
"SP": "SE",
"RJ": "SE",
"ES": "SE",
"MG": "SE",
"PR": "S",
"RS": "S",
"SC": "S",
"MT": "CO",
"MS": "CO",
"GO": "CO",
"DF": "DF"
},
"regions": {
"N": ["AM", "RR", "AP", "PA", "TO", "RO", "AC"],
"NE": ["MA", "CE", "PI", "RN", "PE", "PB", "SE", "AL", "BA"],
"SE": ["SP", "RJ", "ES", "MG"],
"S": ["PR", "RS", "SC"],
"CO": ["MT", "MS", "GO"],
"DF": ["DF"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment