sheena2994

Untitled

Jul 8th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the vendors!",
  4. "data": [
  5. {
  6. "vendor_id": "24",
  7. "name": "Ishika",
  8. "experience": "1.1",
  9. "price": "25,20",
  10. "lat": "34.65500000",
  11. "lng": "76.56000000",
  12. "sub_category_id": "5,1",
  13. "total_cat": "2",
  14. "image": "http://192.168.100.117:8000/resize/img_f524dea30ee74cc.jpg",
  15. "avg_rating": "1.0",
  16. "is_rated": "0",
  17. "is_favourite": "1",
  18. "distance": "290",
  19. "total_cost": "165"
  20. },
  21. {
  22. "vendor_id": "42",
  23. "name": "Test",
  24. "experience": "1",
  25. "price": "5,10",
  26. "lat": "30.70464860",
  27. "lng": "76.71787260",
  28. "sub_category_id": "5,1",
  29. "total_cat": "2",
  30. "image": "http://192.168.100.117:8000/resize/img_2df112e3ea59e44.jpg",
  31. "avg_rating": "0.0",
  32. "is_rated": "0",
  33. "is_favourite": "0",
  34. "distance": "27",
  35. "total_cost": "45"
  36. }
  37. ]
  38. }
Add Comment
Please, Sign In to add comment