Advertisement
Guest User

Untitled

a guest
May 28th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 17.91 KB | None | 0 0
  1. {
  2.     "status": true,
  3.     "message": "success",
  4.     "groups": [
  5.         {
  6.             "name": "Group1",
  7.             "desc": "group desc",
  8.             "items": [
  9.                 {
  10.                     "item_id": 65,
  11.                     "menugroup_id": null,
  12.                     "item_name": "Item",
  13.                     "description": "Item Desc",
  14.                     "picture_path": "",
  15.                     "STATUS": 1,
  16.                     "item_serving": [
  17.                         {
  18.                             "id": 3,
  19.                             "item_id": 65,
  20.                             "serving_name": "Serving1",
  21.                             "price": 20,
  22.                             "description": "Serving1",
  23.                             "status": 0
  24.                         },
  25.                         {
  26.                             "id": 4,
  27.                             "item_id": 65,
  28.                             "serving_name": "Serving2",
  29.                             "price": 30,
  30.                             "description": "Serving2",
  31.                             "status": null
  32.                         }
  33.                     ],
  34.                     "item_excludable": [
  35.                         {
  36.                             "itemexcludable_id": 1,
  37.                             "item_id": 65,
  38.                             "excluded_name": "name",
  39.                             "description": "desc"
  40.                         },
  41.                         {
  42.                             "itemexcludable_id": 1,
  43.                             "item_id": 65,
  44.                             "excluded_name": "name",
  45.                             "description": "desc"
  46.                         }
  47.                     ],
  48.                     "item_extra": [
  49.                         {
  50.                             "itemextra_id": 1,
  51.                             "item_id": 65,
  52.                             "extra_name": "name",
  53.                             "price": 200,
  54.                             "description": "desc",
  55.                             "status": 1
  56.                         }
  57.                     ]
  58.                 },
  59.                 {
  60.                     "item_id": 65,
  61.                     "menugroup_id": null,
  62.                     "item_name": "Item",
  63.                     "description": "Item Desc",
  64.                     "picture_path": "",
  65.                     "STATUS": 1,
  66.                     "item_serving": [
  67.                         {
  68.                             "id": 3,
  69.                             "item_id": 65,
  70.                             "serving_name": "Serving1",
  71.                             "price": 20,
  72.                             "description": "Serving1",
  73.                             "status": 0
  74.                         },
  75.                         {
  76.                             "id": 4,
  77.                             "item_id": 65,
  78.                             "serving_name": "Serving2",
  79.                             "price": 30,
  80.                             "description": "Serving2",
  81.                             "status": null
  82.                         }
  83.                     ],
  84.                     "item_excludable": [
  85.                         {
  86.                             "itemexcludable_id": 1,
  87.                             "item_id": 65,
  88.                             "excluded_name": "name",
  89.                             "description": "desc"
  90.                         },
  91.                         {
  92.                             "itemexcludable_id": 1,
  93.                             "item_id": 65,
  94.                             "excluded_name": "name",
  95.                             "description": "desc"
  96.                         }
  97.                     ],
  98.                     "item_extra": [
  99.                         {
  100.                             "itemextra_id": 1,
  101.                             "item_id": 65,
  102.                             "extra_name": "name",
  103.                             "price": 200,
  104.                             "description": "desc",
  105.                             "status": 1
  106.                         }
  107.                     ]
  108.                 },
  109.                 {
  110.                     "item_id": 65,
  111.                     "menugroup_id": null,
  112.                     "item_name": "Item",
  113.                     "description": "Item Desc",
  114.                     "picture_path": "",
  115.                     "STATUS": 1,
  116.                     "item_serving": [
  117.                         {
  118.                             "id": 3,
  119.                             "item_id": 65,
  120.                             "serving_name": "Serving1",
  121.                             "price": 20,
  122.                             "description": "Serving1",
  123.                             "status": 0
  124.                         },
  125.                         {
  126.                             "id": 4,
  127.                             "item_id": 65,
  128.                             "serving_name": "Serving2",
  129.                             "price": 30,
  130.                             "description": "Serving2",
  131.                             "status": null
  132.                         }
  133.                     ],
  134.                     "item_excludable": [
  135.                         {
  136.                             "itemexcludable_id": 1,
  137.                             "item_id": 65,
  138.                             "excluded_name": "name",
  139.                             "description": "desc"
  140.                         },
  141.                         {
  142.                             "itemexcludable_id": 1,
  143.                             "item_id": 65,
  144.                             "excluded_name": "name",
  145.                             "description": "desc"
  146.                         }
  147.                     ],
  148.                     "item_extra": [
  149.                         {
  150.                             "itemextra_id": 1,
  151.                             "item_id": 65,
  152.                             "extra_name": "name",
  153.                             "price": 200,
  154.                             "description": "desc",
  155.                             "status": 1
  156.                         }
  157.                     ]
  158.                 }
  159.             ]
  160.         },
  161.         {
  162.             "name": "Group1",
  163.             "desc": "group desc",
  164.             "items": [
  165.                 {
  166.                     "item_id": 65,
  167.                     "menugroup_id": null,
  168.                     "item_name": "Item",
  169.                     "description": "Item Desc",
  170.                     "picture_path": "",
  171.                     "STATUS": 1,
  172.                     "item_serving": [
  173.                         {
  174.                             "id": 3,
  175.                             "item_id": 65,
  176.                             "serving_name": "Serving1",
  177.                             "price": 20,
  178.                             "description": "Serving1",
  179.                             "status": 0
  180.                         },
  181.                         {
  182.                             "id": 4,
  183.                             "item_id": 65,
  184.                             "serving_name": "Serving2",
  185.                             "price": 30,
  186.                             "description": "Serving2",
  187.                             "status": null
  188.                         }
  189.                     ],
  190.                     "item_excludable": [
  191.                         {
  192.                             "itemexcludable_id": 1,
  193.                             "item_id": 65,
  194.                             "excluded_name": "name",
  195.                             "description": "desc"
  196.                         },
  197.                         {
  198.                             "itemexcludable_id": 1,
  199.                             "item_id": 65,
  200.                             "excluded_name": "name",
  201.                             "description": "desc"
  202.                         }
  203.                     ],
  204.                     "item_extra": [
  205.                         {
  206.                             "itemextra_id": 1,
  207.                             "item_id": 65,
  208.                             "extra_name": "name",
  209.                             "price": 200,
  210.                             "description": "desc",
  211.                             "status": 1
  212.                         }
  213.                     ]
  214.                 },
  215.                 {
  216.                     "item_id": 65,
  217.                     "menugroup_id": null,
  218.                     "item_name": "Item",
  219.                     "description": "Item Desc",
  220.                     "picture_path": "",
  221.                     "STATUS": 1,
  222.                     "item_serving": [
  223.                         {
  224.                             "id": 3,
  225.                             "item_id": 65,
  226.                             "serving_name": "Serving1",
  227.                             "price": 20,
  228.                             "description": "Serving1",
  229.                             "status": 0
  230.                         },
  231.                         {
  232.                             "id": 4,
  233.                             "item_id": 65,
  234.                             "serving_name": "Serving2",
  235.                             "price": 30,
  236.                             "description": "Serving2",
  237.                             "status": null
  238.                         }
  239.                     ],
  240.                     "item_excludable": [
  241.                         {
  242.                             "itemexcludable_id": 1,
  243.                             "item_id": 65,
  244.                             "excluded_name": "name",
  245.                             "description": "desc"
  246.                         },
  247.                         {
  248.                             "itemexcludable_id": 1,
  249.                             "item_id": 65,
  250.                             "excluded_name": "name",
  251.                             "description": "desc"
  252.                         }
  253.                     ],
  254.                     "item_extra": [
  255.                         {
  256.                             "itemextra_id": 1,
  257.                             "item_id": 65,
  258.                             "extra_name": "name",
  259.                             "price": 200,
  260.                             "description": "desc",
  261.                             "status": 1
  262.                         }
  263.                     ]
  264.                 },
  265.                 {
  266.                     "item_id": 65,
  267.                     "menugroup_id": null,
  268.                     "item_name": "Item",
  269.                     "description": "Item Desc",
  270.                     "picture_path": "",
  271.                     "STATUS": 1,
  272.                     "item_serving": [
  273.                         {
  274.                             "id": 3,
  275.                             "item_id": 65,
  276.                             "serving_name": "Serving1",
  277.                             "price": 20,
  278.                             "description": "Serving1",
  279.                             "status": 0
  280.                         },
  281.                         {
  282.                             "id": 4,
  283.                             "item_id": 65,
  284.                             "serving_name": "Serving2",
  285.                             "price": 30,
  286.                             "description": "Serving2",
  287.                             "status": null
  288.                         }
  289.                     ],
  290.                     "item_excludable": [
  291.                         {
  292.                             "itemexcludable_id": 1,
  293.                             "item_id": 65,
  294.                             "excluded_name": "name",
  295.                             "description": "desc"
  296.                         },
  297.                         {
  298.                             "itemexcludable_id": 1,
  299.                             "item_id": 65,
  300.                             "excluded_name": "name",
  301.                             "description": "desc"
  302.                         }
  303.                     ],
  304.                     "item_extra": [
  305.                         {
  306.                             "itemextra_id": 1,
  307.                             "item_id": 65,
  308.                             "extra_name": "name",
  309.                             "price": 200,
  310.                             "description": "desc",
  311.                             "status": 1
  312.                         }
  313.                     ]
  314.                 }
  315.             ]
  316.         },
  317.         {
  318.             "name": "Group1",
  319.             "desc": "group desc",
  320.             "items": [
  321.                 {
  322.                     "item_id": 65,
  323.                     "menugroup_id": null,
  324.                     "item_name": "Item",
  325.                     "description": "Item Desc",
  326.                     "picture_path": "",
  327.                     "STATUS": 1,
  328.                     "item_serving": [
  329.                         {
  330.                             "id": 3,
  331.                             "item_id": 65,
  332.                             "serving_name": "Serving1",
  333.                             "price": 20,
  334.                             "description": "Serving1",
  335.                             "status": 0
  336.                         },
  337.                         {
  338.                             "id": 4,
  339.                             "item_id": 65,
  340.                             "serving_name": "Serving2",
  341.                             "price": 30,
  342.                             "description": "Serving2",
  343.                             "status": null
  344.                         }
  345.                     ],
  346.                     "item_excludable": [
  347.                         {
  348.                             "itemexcludable_id": 1,
  349.                             "item_id": 65,
  350.                             "excluded_name": "name",
  351.                             "description": "desc"
  352.                         },
  353.                         {
  354.                             "itemexcludable_id": 1,
  355.                             "item_id": 65,
  356.                             "excluded_name": "name",
  357.                             "description": "desc"
  358.                         }
  359.                     ],
  360.                     "item_extra": [
  361.                         {
  362.                             "itemextra_id": 1,
  363.                             "item_id": 65,
  364.                             "extra_name": "name",
  365.                             "price": 200,
  366.                             "description": "desc",
  367.                             "status": 1
  368.                         }
  369.                     ]
  370.                 },
  371.                 {
  372.                     "item_id": 65,
  373.                     "menugroup_id": null,
  374.                     "item_name": "Item",
  375.                     "description": "Item Desc",
  376.                     "picture_path": "",
  377.                     "STATUS": 1,
  378.                     "item_serving": [
  379.                         {
  380.                             "id": 3,
  381.                             "item_id": 65,
  382.                             "serving_name": "Serving1",
  383.                             "price": 20,
  384.                             "description": "Serving1",
  385.                             "status": 0
  386.                         },
  387.                         {
  388.                             "id": 4,
  389.                             "item_id": 65,
  390.                             "serving_name": "Serving2",
  391.                             "price": 30,
  392.                             "description": "Serving2",
  393.                             "status": null
  394.                         }
  395.                     ],
  396.                     "item_excludable": [
  397.                         {
  398.                             "itemexcludable_id": 1,
  399.                             "item_id": 65,
  400.                             "excluded_name": "name",
  401.                             "description": "desc"
  402.                         },
  403.                         {
  404.                             "itemexcludable_id": 1,
  405.                             "item_id": 65,
  406.                             "excluded_name": "name",
  407.                             "description": "desc"
  408.                         }
  409.                     ],
  410.                     "item_extra": [
  411.                         {
  412.                             "itemextra_id": 1,
  413.                             "item_id": 65,
  414.                             "extra_name": "name",
  415.                             "price": 200,
  416.                             "description": "desc",
  417.                             "status": 1
  418.                         }
  419.                     ]
  420.                 },
  421.                 {
  422.                     "item_id": 65,
  423.                     "menugroup_id": null,
  424.                     "item_name": "Item",
  425.                     "description": "Item Desc",
  426.                     "picture_path": "",
  427.                     "STATUS": 1,
  428.                     "item_serving": [
  429.                         {
  430.                             "id": 3,
  431.                             "item_id": 65,
  432.                             "serving_name": "Serving1",
  433.                             "price": 20,
  434.                             "description": "Serving1",
  435.                             "status": 0
  436.                         },
  437.                         {
  438.                             "id": 4,
  439.                             "item_id": 65,
  440.                             "serving_name": "Serving2",
  441.                             "price": 30,
  442.                             "description": "Serving2",
  443.                             "status": null
  444.                         }
  445.                     ],
  446.                     "item_excludable": [
  447.                         {
  448.                             "itemexcludable_id": 1,
  449.                             "item_id": 65,
  450.                             "excluded_name": "name",
  451.                             "description": "desc"
  452.                         },
  453.                         {
  454.                             "itemexcludable_id": 1,
  455.                             "item_id": 65,
  456.                             "excluded_name": "name",
  457.                             "description": "desc"
  458.                         }
  459.                     ],
  460.                     "item_extra": [
  461.                         {
  462.                             "itemextra_id": 1,
  463.                             "item_id": 65,
  464.                             "extra_name": "name",
  465.                             "price": 200,
  466.                             "description": "desc",
  467.                             "status": 1
  468.                         }
  469.                     ]
  470.                 }
  471.             ]
  472.         }
  473.     ]
  474. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement