Advertisement
guilleaer

Opt B

Mar 15th, 2023
563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.41 KB | None | 0 0
  1. {
  2. menu: "M1",
  3. qty: 6,
  4. items: [
  5.     {
  6.         name: "main course",
  7.         components [{
  8.             comp: "prodMCA",
  9.             qty: 6
  10.         }]
  11.     },
  12.     {
  13.         name: "boisson",
  14.         components [{
  15.             comp: "prodBA",
  16.             qty: 6
  17.         }]
  18.     }]
  19. }
  20.  
  21. {
  22. menu: "M1",
  23. qty: 6,
  24. items: [
  25.     {
  26.         name: "main course",
  27.         components [{
  28.             comp: "prodMCB",
  29.             qty: 6
  30.         }]
  31.     },
  32.     {
  33.         name: "boisson",
  34.         components [{
  35.             comp: "prodBB",
  36.             qty: 6
  37.         }]
  38.     }]
  39. }
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement