Advertisement
pavelperc

Untitled

Nov 25th, 2020 (edited)
790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.74 KB | None | 0 0
  1. [
  2.   {
  3.     "id": 1,
  4.     "name": "Diet1",
  5.     "description": "New Diet",
  6.     "image": "http://site.com/image1.jpg",
  7.     "productsByDays": {
  8.       "1": [
  9.         {
  10.           "id": 1,
  11.           "name": "Soup",
  12.           "image": "http://site.com/image2.jpg",
  13.           "ingredientsByWeights": {
  14.             "200": {
  15.               "id": 1,
  16.               "name": "Potato",
  17.               "protein": 123,
  18.               "fat": 123,
  19.               "carb": 123,
  20.               "cal": 123
  21.             },
  22.             "300": {
  23.               "id": 1,
  24.               "name": "Meat",
  25.               "protein": 123,
  26.               "fat": 123,
  27.               "carb": 123,
  28.               "cal": 123
  29.             }
  30.           }
  31.         }
  32.       ]
  33.     }
  34.   }
  35. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement