Skip to content

Instantly share code, notes, and snippets.

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

  • Save jishi/7565808e8a9ef158d01a839716e91ce7 to your computer and use it in GitHub Desktop.

Select an option

Save jishi/7565808e8a9ef158d01a839716e91ce7 to your computer and use it in GitHub Desktop.
all.json
{
"players": [
{
"roomName": "Bathroom",
"volume": 11
},
{
"roomName": "Kitchen",
"volume": 15
},
{
"roomName": "Office",
"volume": 12
},
{
"roomName": "Bedroom",
"volume": 10
},
{
"roomName": "TV Room",
"volume": 21
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment