Created
April 18, 2018 05:10
-
-
Save clauda/5b1298c41d8ba5abf1d92da6b081966e to your computer and use it in GitHub Desktop.
Dados Estados e Regiões, Siglas, BR
This file contains hidden or 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
{ | |
"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