Skip to content

Instantly share code, notes, and snippets.

@dimovdaniel
Created August 24, 2016 14:45
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 dimovdaniel/b350ad5ab7518b556a5c539669c3917e to your computer and use it in GitHub Desktop.
Save dimovdaniel/b350ad5ab7518b556a5c539669c3917e to your computer and use it in GitHub Desktop.
{
"Categories" : {
"items" : [ {
"description" : "Fresh and Healthy",
"items" : [ {
"description" : "Cucumber, Onions, Tomatoes, Chees",
"info" : {
"Calories" : "250 kcal",
"Glutten Free" : "Yes"
},
"name" : "Greek salad",
"photo" : "https://image-pd.s3.envato.com/files/17078380/_DSC2638.jpg",
"price" : "from 10.00$",
"prices" : [ {
"price_info" : "For 1 person",
"price_name" : "Small",
"price_value" : 10
}, {
"price_info" : "For 2 persons",
"price_name" : "Medium",
"price_value" : 18
} ]
}, {
"description" : "Qubeti, Cucumbers",
"name" : "Cezar Salad",
"photo" : "https://image-pd.s3.envato.com/files/151787716/cezarsalati%20koka.jpg",
"price" : "12.50 $"
}, {
"description" : "Cucumber, Spicy tortilla chips, Strawberries, Chicken",
"info" : {
"Calories" : "1200 kcal",
"Glutten Free" : "Yes"
},
"name" : "Mexican Salad",
"photo" : "https://firebasestorage.googleapis.com/v0/b/restaurantapp-8b630.appspot.com/o/stock-photo-healthy-salad-with-grilled-chicken-and-fruits-120811229.jpg?alt=media&token=6d975024-915c-4880-827f-a2244657d4ee",
"price" : "from $ 14.99",
"prices" : [ {
"price_info" : "For 1 person",
"price_name" : "Small",
"price_value" : 14.99
}, {
"price_info" : "For 2 persons",
"price_name" : "Medium",
"price_value" : 20
}, {
"price_info" : "Big",
"price_name" : "Family",
"price_value" : 22
} ]
}, {
"description" : "Nan McEvoy uses albacore tuna here, but any fresh tuna will do. In addition to spooning the salad into avocado halves, she also uses it as a sandwich filling and a topping for crostini",
"name" : "Fresh Tuna Salad",
"photo" : "https://firebasestorage.googleapis.com/v0/b/restaurantapp-8b630.appspot.com/o/stock-photo-plate-of-salad-with-lettuce-tomato-olives-and-oil-152484533.jpg?alt=media&token=f71fe04f-46bc-41f7-9f9d-1f73178fa7d1",
"price" : "$ 24.00"
}, {
"description" : "Cucumber, Tomatos, Cheese",
"name" : "Macedonian Salad",
"photo" : "https://firebasestorage.googleapis.com/v0/b/restaurantapp-8b630.appspot.com/o/stock-photo-mixed-salad-101438191.jpg?alt=media&token=8c6f53fc-650d-4643-bfc3-2c0efaa18bee",
"price" : "$ 15"
} ],
"name" : "Salads",
"photo" : "https://firebasestorage.googleapis.com/v0/b/restaurantapp-8b630.appspot.com/o/stock-photo-mixed-salad-101438191.jpg?alt=media&token=8c6f53fc-650d-4643-bfc3-2c0efaa18bee"
}, {
"description" : "The Italian way",
"name" : "Pizza",
"photo" : "https://firebasestorage.googleapis.com/v0/b/restaurantapp-8b630.appspot.com/o/stock-photo-italian-pizza-with-pepperoni-tomatoes-olives-basil-and-red-wi-131756565.jpg?alt=media&token=dcd16480-aa07-4060-8e39-971f7ddbeee5"
}, {
"description" : "Tapas",
"name" : "Spanish Food",
"photo" : "https://firebasestorage.googleapis.com/v0/b/restaurantapp-8b630.appspot.com/o/stock-photo-seafood-paella-traditional-spanish-dish-100504345.jpg?alt=media&token=579d8c9b-5044-4c6a-ad65-cb36f3fbb20f"
}, {
"name" : "Wraps",
"photo" : "https://firebasestorage.googleapis.com/v0/b/restaurantapp-8b630.appspot.com/o/wrap.jpg?alt=media&token=660b2fb2-e092-412d-819d-09e1da487d36"
} ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment