-
-
Save thurloat/1031478 to your computer and use it in GitHub Desktop.
Timmys Run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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, | |
order_cancelled: True | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, I thought it was meant to be JSON...