Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "id": 1,
- "name": "Diet1",
- "description": "New Diet",
- "image": "http://site.com/image1.jpg",
- "productsByDays": {
- "1": [
- {
- "id": 1,
- "name": "Soup",
- "image": "http://site.com/image2.jpg",
- "ingredientsByWeights": {
- "200": {
- "id": 1,
- "name": "Potato",
- "protein": 123,
- "fat": 123,
- "carb": 123,
- "cal": 123
- },
- "300": {
- "id": 1,
- "name": "Meat",
- "protein": 123,
- "fat": 123,
- "carb": 123,
- "cal": 123
- }
- }
- }
- ]
- }
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement