Skip to content

Instantly share code, notes, and snippets.

@storbukas
Last active February 9, 2021 09:54
Show Gist options
  • Save storbukas/1eabc087f558682c0bb2efb4d00c254a to your computer and use it in GitHub Desktop.
Save storbukas/1eabc087f558682c0bb2efb4d00c254a to your computer and use it in GitHub Desktop.
Norske fylker i JSON-format (Fylker i Norge)
[
{
"fylkesnavn": "Oslo",
"fylkesnummer": "03"
},
{
"fylkesnavn": "Rogaland",
"fylkesnummer": "11"
},
{
"fylkesnavn": "Møre og Romsdal",
"fylkesnummer": "15"
},
{
"fylkesnavn": "Nordland",
"fylkesnummer": "18"
},
{
"fylkesnavn": "Viken",
"fylkesnummer": "30"
},
{
"fylkesnavn": "Innlandet",
"fylkesnummer": "34"
},
{
"fylkesnavn": "Vestfold og Telemark",
"fylkesnummer": "38"
},
{
"fylkesnavn": "Agder",
"fylkesnummer": "42"
},
{
"fylkesnavn": "Vestland",
"fylkesnummer": "46"
},
{
"fylkesnavn": "Trøndelag",
"fylkesnummer": "50"
},
{
"fylkesnavn": "Troms og Finnmark",
"fylkesnummer": "54"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment