Skip to content

Instantly share code, notes, and snippets.

@projectxcappe
Created January 30, 2018 23:00
Show Gist options
  • Save projectxcappe/0b2001490f8668bcfec9c82b0e23a2d9 to your computer and use it in GitHub Desktop.
Save projectxcappe/0b2001490f8668bcfec9c82b0e23a2d9 to your computer and use it in GitHub Desktop.
{
"status": 1,
"msg": "Food style List",
"statuscode": 201,
"data": {
"patty": [
{
"food_style_id": "1",
"food_id": "1",
"style_name": "patty",
"name": "single patty",
"price": "0.50",
"choice_type": "multiple",
"status": "1",
"created": "2017-10-16 00:00:00"
},
{
"food_style_id": "2",
"food_id": "1",
"style_name": "patty",
"name": "double patty",
"price": "0.70",
"choice_type": "multiple",
"status": "1",
"created": "2017-10-16 00:00:00"
}
],
"style2": [
{
"food_style_id": "3",
"food_id": "1",
"style_name": "style2",
"name": "in butter",
"price": "1.0",
"choice_type": "single",
"status": "1",
"created": "0000-00-00 00:00:00"
},
{
"food_style_id": "4",
"food_id": "1",
"style_name": "style2",
"name": "in oil",
"price": "0.9",
"choice_type": "single",
"status": "1",
"created": "0000-00-00 00:00:00"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment