Skip to content

Instantly share code, notes, and snippets.

@ryhanen
Created February 17, 2016 14:53
Show Gist options
  • Select an option

  • Save ryhanen/e7d191d8c701cdd1f27d to your computer and use it in GitHub Desktop.

Select an option

Save ryhanen/e7d191d8c701cdd1f27d to your computer and use it in GitHub Desktop.
{
"Root": {
"Sticks": [
{
"Name": "BigStick",
"Type": "HARD",
"Size": 10
}
],
"Bricks": [
{
"Name": "BigBrick",
"Type": "HARD",
"Size": 10
},
{
"Name": "MediumBrick",
"Type": "HARD",
"Size": 5
},
{
"Name": "SmallBrick",
"Type": "SOFT",
"Size": 1
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment