Created
January 30, 2018 23:00
-
-
Save projectxcappe/0b2001490f8668bcfec9c82b0e23a2d9 to your computer and use it in GitHub Desktop.
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
{ | |
"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