Skip to content

Instantly share code, notes, and snippets.

@minichate
Forked from thurloat/coffee.json
Created June 17, 2011 14:18
Show Gist options
  • Save minichate/1031500 to your computer and use it in GitHub Desktop.
Save minichate/1031500 to your computer and use it in GitHub Desktop.
Timmys Run
{
"Christopher Troup": [
{
item: "Coffee",
modifiers: [
cream: 2,
sugar: 2
],
amount: 1
},
{
item: "Timbits",
amount: 24
}
],
"Adam Thurlow": [
{
item: "Coffee",
modifiers: [
cream: 1,
sugar: 1
],
amount: 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment