raziakram

Untitled

Oct 29th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.10 KB | None | 0 0
  1. [
  2.   {
  3.     "id": 1,
  4.     "restaurantName": "Dominoz",
  5.     "photoUrl": "https://b.zmtcdn.com/data/pictures/4/18528394/6c3590212b3700b1b160422fd8478287.jpg?output-format=webp",
  6.     "userRating": 4.2,
  7.     "avgPrice": 250,
  8.     "numberUsersRated": 99,
  9.     "address": {
  10.       "id": 1,
  11.       "flatBuilNo": "501/31 Mahalaxmi SRA CHS",
  12.       "locality": "Prabhadevi",
  13.       "city": "Mumbai",
  14.       "zipcode": "400015",
  15.       "state": {
  16.         "id": 21,
  17.         "stateName": "Maharashtra"
  18.       }
  19.     },
  20.     "categories": "Chinese, Drinks, Indian, Italian, Rice, Snacks, Sweet Dish"
  21.   },
  22.   {
  23.     "id": 3,
  24.     "restaurantName": "Trump",
  25.     "photoUrl": "https://b.zmtcdn.com/data/pictures/4/18528394/6c3590212b3700b1b160422fd8478287.jpg?output-format=webp",
  26.     "userRating": 1.1,
  27.     "avgPrice": 450,
  28.     "numberUsersRated": 467,
  29.     "address": {
  30.       "id": 3,
  31.       "flatBuilNo": "502/32",
  32.       "locality": "Prabhadevi",
  33.       "city": "Mumbai",
  34.       "zipcode": "400015",
  35.       "state": {
  36.         "id": 21,
  37.         "stateName": "Maharashtra"
  38.       }
  39.     },
  40.     "categories": "Drinks"
  41.   }
  42. ]
Add Comment
Please, Sign In to add comment