raziakram

Untitled

Oct 29th, 2018
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. [
  2.   {
  3.     "id": 8,
  4.     "itemName": "hot chocolate",
  5.     "price": 250,
  6.     "type": "Veg"
  7.   },
  8.   {
  9.     "id": 4,
  10.     "itemName": "chapati",
  11.     "price": 20,
  12.     "type": "Veg"
  13.   },
  14.   {
  15.     "id": 15,
  16.     "itemName": "macroni",
  17.     "price": 130,
  18.     "type": "Veg"
  19.   },
  20.   {
  21.     "id": 1,
  22.     "itemName": "pizza",
  23.     "price": 200,
  24.     "type": "Non-Veg"
  25.   },
  26.   {
  27.     "id": 6,
  28.     "itemName": "tea",
  29.     "price": 20,
  30.     "type": "Veg"
  31.   }
  32. ]
Add Comment
Please, Sign In to add comment