Skip to content

Instantly share code, notes, and snippets.

@jdzak
Created July 26, 2016 16:40
Show Gist options
  • Save jdzak/546ef6c3a4976610c7a4cf01f125f16d to your computer and use it in GitHub Desktop.
Save jdzak/546ef6c3a4976610c7a4cf01f125f16d to your computer and use it in GitHub Desktop.
{
"target_price": "$15.05",
"items": [
{
"name": "mixed fruit",
"price": "$2.15"
},
{
"name": "french fries",
"price": "$2.75"
},
{
"name": "side salad",
"price": "$3.35"
},
{
"name": "hot wings",
"price": "$3.55"
},
{
"name": "mozzarella sticks",
"price": "$4.20"
},
{
"name": "sampler plate",
"price": "$5.80"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment