Skip to content

Instantly share code, notes, and snippets.

@nickhough
Last active October 20, 2021 19:20
Show Gist options
  • Save nickhough/b6067b7460e6d70a6996 to your computer and use it in GitHub Desktop.
Save nickhough/b6067b7460e6d70a6996 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