Skip to content

Instantly share code, notes, and snippets.

@kdieu001
Last active December 15, 2015 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdieu001/5260657 to your computer and use it in GitHub Desktop.
Save kdieu001/5260657 to your computer and use it in GitHub Desktop.
{
"meat":[
{
"meatCost":"6",
"meatImage":"beef.jpg",
"meatName":"Hand Sliced Beef"
},
{
"meatCost":"6",
"meatImage":"lamb.jpg",
"meatName":"Hand Sliced Lamb Shoulder"
},
{
"meatCost":"5",
"meatImage":"chicken.jpg",
"meatName":"Hand Sliced Chicken"
},
{
"meatCost":"6",
"meatImage":"pork.jpg",
"meatName":"Sliced Pork Loin"
},
{
"meatCost":"10",
"meatImage":"lamb&beef.jpg",
"meatName":"Lamb & Beef Combo"
},
{
"meatCost":"11",
"meatImage":"assortedball.jpg",
"meatName":"Assorted MeatBalls"
},
{
"meatCost":"7",
"meatImage":"shrimp.jpg",
"meatName":"Shrimp HeadOn"
},
{
"meatCost":"8",
"meatImage":"roe.jpg",
"meatName":"Fish Ball with Roe"
}
],
"pot":
[{
"potCost":"3.75",
"potImage":"originalpot.jpg",
"potName":"House Original"
},
{
"potCost":"3.75",
"potImage":"spicypot.jpg",
"potName":"House Spicy"
},
{
"potCost":"3.75",
"potImage":"halfhalf.jpg",
"potName":"Yin and Yang"
}],
"tofu":
[{
"tofuCost":"4",
"tofuImage":"noodle.jpg",
"tofuName":"Fresh thick noodle"
},
{
"tofuCost":"5",
"tofuImage":"tofu.jpg",
"tofuName":"Soft Tofu"
},
{
"tofuCost":"3",
"tofuImage":"enoki.jpg",
"tofuName":"Enoki Mushroom"
}],
"veggie":
[{
"veggieCost":"2",
"veggieImage":"achoy.jpg",
"veggieName":"A-Choy"
},
{
"veggieCost":"3",
"veggieImage":"taro.jpg",
"veggieName":"Sliced Taro"
},
{
"veggieCost":"3",
"veggieImage":"nappa.jpg",
"veggieName":"Nappa Cabbage"
},
{
"veggieCost":"4",
"veggieImage":"watercress.jpg",
"veggieName":"Watercrest"
},
{
"veggieCost":"9",
"veggieImage":"veggiebowl.jpg",
"veggieName":"Vegetable Bowl"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment