Skip to content

Instantly share code, notes, and snippets.

@jishi
Created October 9, 2017 08:25
Show Gist options
  • Select an option

  • Save jishi/0bb808179e465bb2696265db4aea5987 to your computer and use it in GitHub Desktop.

Select an option

Save jishi/0bb808179e465bb2696265db4aea5987 to your computer and use it in GitHub Desktop.
discover.json
{
"players": [
{
"roomName": "Bathroom",
"volume": 11
},
{
"roomName": "Kitchen",
"volume": 13
},
{
"roomName": "Office",
"volume": 12
},
{
"roomName": "Bedroom",
"volume": 10
},
{
"roomName": "TV Room",
"volume": 21
}
],
"favorite": "Discover Weekly",
"playMode": {
"shuffle": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment