Skip to content

Instantly share code, notes, and snippets.

@jessecurry
Forked from agoodman/chipotle.json
Last active December 28, 2015 08:29
Show Gist options
  • Save jessecurry/7472042 to your computer and use it in GitHub Desktop.
Save jessecurry/7472042 to your computer and use it in GitHub Desktop.
Improved chipotle order.
{
"salad": {
"meat": "carnitas",
"beans": null,
"rice": true,
"addons": {
"salsa": ["hot"],
"sour_cream": false,
"cheese": false,
"guacamole": true,
"extra_meat": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment