Created
May 5, 2019 21:41
-
-
Save MogulChris/338daf065d7807bc7734f4fccb62bb91 to your computer and use it in GitHub Desktop.
List of New Zealand regions in JSON format
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
var regions = [ | |
"northland" => "Northland", | |
"auckland" => "Auckland", | |
"waikato" => "Waikato", | |
"bay_of_plenty" => "Bay of Plenty", | |
"gisborne" => "Gisborne", | |
"hawkes_bay" => "Hawke's Bay", | |
"taranaki" => "Taranaki", | |
"manawatu_wanganui" => "Manawatu-Wanganui", | |
"wellington" => "Wellington", | |
"tasman" => "Tasman", | |
"nelson" => "Nelson", | |
"marlborough" => "Marlborough", | |
"west_coast" => "West Coast", | |
"canterbury" => "Canterbury", | |
"otago" => "Otago", | |
"southland" => "Southland" | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment