Skip to content

Instantly share code, notes, and snippets.

@dawesi
Forked from nickhough/au-states.json
Created May 20, 2019 22:18
Show Gist options
  • Save dawesi/d31342596369c08969befffbdd3343d4 to your computer and use it in GitHub Desktop.
Save dawesi/d31342596369c08969befffbdd3343d4 to your computer and use it in GitHub Desktop.
JSON Australian States with Abbreviations
[
{
"name":"New South Wales",
"abbreviation":"NSW"
},
{
"name":"Victoria",
"abbreviation":"VIC"
},
{
"name":"Queensland",
"abbreviation":"QLD"
},
{
"name":"Tasmania",
"abbreviation":"TAS"
},
{
"name":"South Australia",
"abbreviation":"SA"
},
{
"name":"Western Australia",
"abbreviation":"WA"
},
{
"name":"Northern Territory",
"abbreviation":"NT"
},
{
"name":"Australian Capital Territory",
"abbreviation":"ACT"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment