Skip to content

Instantly share code, notes, and snippets.

@msaari
Created August 20, 2018 08:19
Show Gist options
  • Select an option

  • Save msaari/daf5dbd8e16da964bab515307ddf50b0 to your computer and use it in GitHub Desktop.

Select an option

Save msaari/daf5dbd8e16da964bab515307ddf50b0 to your computer and use it in GitHub Desktop.
JSON-esimerkki
[
[
{
"url":"https:\/\/www.example.ca\/",
"title":"Canadian page",
"lang":"en_ca"
},
{
"url":"http:\/\/www.example.com\/",
"title":"US page",
"lang":"en_us"
},
{
"url":"https:\/\/www.example.fi\/",
"title":"Suomalainen sivu",
"lang":"fi"
}
],
[
{
"url":"https:\/\/www.example.ca\/subpage\/",
"title":"Canadian subpage",
"lang":"en_ca"
},
{
"url":"http:\/\/www.example.com\/subpage",
"title":"US subpage",
"lang":"en_is"
}
]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment