Skip to content

Instantly share code, notes, and snippets.

@johngerome
Created March 17, 2022 11:56
Show Gist options
  • Save johngerome/49fe9e8dc3276fec82038a8cb058a662 to your computer and use it in GitHub Desktop.
Save johngerome/49fe9e8dc3276fec82038a8cb058a662 to your computer and use it in GitHub Desktop.
au-states
[
{
"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