Skip to content

Instantly share code, notes, and snippets.

@artisonian
Last active December 11, 2015 23:09
Show Gist options
  • Save artisonian/4674770 to your computer and use it in GitHub Desktop.
Save artisonian/4674770 to your computer and use it in GitHub Desktop.
[
{"id": "b001", "name": "Acme Broadcasting", "published": true, "type": "broadcaster", "parent": null},
{"id": "m001", "name": "Boston", "published": false, "type": "market", "parent": "b001"},
{"id": "s001", "name": "WQXZ", "published": false, "type": "station", "parent": "m001"},
{"id": "s002", "name": "WPYT", "published": true, "type": "station", "parent": "m001"},
{"id": "m002", "name": "New Jersey", "published": true, "type": "market", "parent": "b001"},
{"id": "s003", "name": "WPYT", "published": false, "type": "station", "parent": "m002"},
{"id": "b002", "name": "American Broadcasters", "published": false, "type": "broadcaster", "parent": null},
{"id": "m003", "name": "Atlanta", "published": false, "type": "market", "parent": "b002"},
{"id": "s004", "name": "WXYZ", "published": true, "type": "station", "parent": "m003"},
{"id": "s005", "name": "WICU", "published": true, "type": "station", "parent": "m003"},
{"id": "s006", "name": "WABC", "published": false, "type": "station", "parent": "m003"},
{"id": "m004", "name": "Miami", "published": false, "type": "market", "parent": "b002"},
{"id": "s007", "name": "WERB", "published": false, "type": "station", "parent": "m004"},
{"id": "m005", "name": "Valdosta", "published": false, "type": "market", "parent": "b002"},
{"id": "s008", "name": "WACK", "published": false, "type": "station", "parent": "m005"},
{"id": "s009", "name": "WURI", "published": false, "type": "station", "parent": "m005"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment