Skip to content

Commit

Permalink
Merge pull request #24 from alexanderbrown21/master
Browse files Browse the repository at this point in the history
Add test.json to show JSON syntax highlighting (#11)
  • Loading branch information
connorholyday authored May 30, 2019
2 parents 669ac44 + ab9ff9a commit 30b7fc8
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions tests/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

{"channels" : [
{
"id" : "RR456",
"name" : {
"title" : "Rock Radio 456",
"description" : "Radio Made for Rock"
},
"country" : "United Kingdom",
"genre" : "Rock",
"playlists" : [
{"url" : "http://rockradio123.com/something11.pls","format" : "mp3", "quality" : "high"},
{"url" : "http://rockradio123.com/something22.pls","format" : "aac", "quality" : "very-high"}
],
"lastPlaying" : "Motorhead - Ace of Spades",
"nowPlaying" : "Bon Jovi - You Give Love a Bad Name",
"listenerCount" : 25000,
"digital-only" : false
},
{
"id" : "PR5678",
"name" : {
"title" : " Pop Radio 5678",
"description" : "Radio made for pop"
},
"country" : "France",
"genre" : "Pop",
"playlists" : [
{"url" : "http://popradio5678.com/something11.pls","format" : "mp3", "quality" : "high"},
{"url" : "http://popradio5678.com/something22.pls","format" : "aac", "quality" : "medium"}
],
"lastPlaying" : "Abba - Money, Money, Money",
"nowPlaying" : "Coldplay - Clocks",
"listenerCount" : 65000,
"digital-only" : true
}]
}

0 comments on commit 30b7fc8

Please sign in to comment.