Skip to content

Instantly share code, notes, and snippets.

@artisonian
Last active December 10, 2015 21:08
Show Gist options
  • Save artisonian/4493036 to your computer and use it in GitHub Desktop.
Save artisonian/4493036 to your computer and use it in GitHub Desktop.
[
{
"name": "Acme Broadcasting",
"published": true,
"markets": [
{
"name": "Boston",
"published": false,
"stations": [
{ "name": "WQXZ", "published": false },
{ "name": "WPYT", "published": true }
]
},
{
"name": "New Jersey",
"published": true,
"stations": [
{ "name": "WFTW", "published": false }
]
}
]
},
{
"name": "American Broadcasters",
"published": false,
"markets": [
{
"name": "Atlanta",
"published": false,
"stations": [
{ "name": "WXYZ", "published": true },
{ "name": "WICU", "published": true },
{ "name": "WABC", "published": false }
]
},
{
"name": "Miami",
"published": false,
"stations": [
{ "name": "WERB", "published": false }
]
},
{
"name": "Valdosta",
"published": true,
"stations": [
{ "name": "WACK", "published": true },
{ "name": "WURI", "published": true }
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment