Advertisement
guilleaer

Opt A

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