Skip to content

Instantly share code, notes, and snippets.

@michaelhenry
Last active December 19, 2015 16:28
Show Gist options
  • Save michaelhenry/5983428 to your computer and use it in GitHub Desktop.
Save michaelhenry/5983428 to your computer and use it in GitHub Desktop.
news magazine menu listing
[{
"text":"Category",
"value":"category",
"list":
[
{
"text":"Latest",
"value":"latest"
},
{
"text":"Local",
"value":"local"
},
{
"text":"Entertainment",
"value":"entertainment"
},
{
"text":"Sports",
"value":"sports"
},
{
"text":"Business",
"value":"business"
},
{
"text":"Science and Technology",
"value":"scitech"
},
{
"text":"World",
"value":"world"
},
{
"text":"Lifestyle",
"value":"lifestyle"
},
{
"text":"Health",
"value":"health"
}
]
},
{
"text":"Source",
"value":"source",
"list":
[
{
"text":"ABC NEWS",
"value":"abc"
},
{
"text":"SBS NEWS",
"value":"sbs"
},
{
"text":"7 NEWS",
"value":"7news"
},
{
"text":"9 NEWS",
"value":"9news"
},
{
"text":"NEWS.COM.AU",
"value":"newscomau"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment