Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.53 KB | None | 0 0
  1. {
  2.     "info_restaurante": [{
  3.             "menu": "Cheese",
  4.             "precio": 2.50,
  5.             "comida": "Refrigerated foods"
  6.         },
  7.         {
  8.             "menu": "Crisps",
  9.             "precio": 3,
  10.             "comida": "the Snack isle"
  11.         },
  12.         {
  13.             "menu": "Pizza",
  14.             "precio": 4,
  15.             "comida": "Refrigerated foods"
  16.         },
  17.         {
  18.             "menu": "Chocolate",
  19.             "precio": 1.50,
  20.             "comida": "the Snack isle"
  21.         },
  22.         {
  23.             "menu": "Self-raising flour",
  24.             "precio": 1.50,
  25.             "comida": "Home baking"
  26.         },
  27.         {
  28.             "menu": "Ground almonds",
  29.             "precio": 3,
  30.             "comida": "Home baking"
  31.         }
  32.     ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement