sheena2994

Untitled

Jul 10th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 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": "20,25",
  10. "lat": "34.65500000",
  11. "lng": "76.56000000",
  12. "description": "aabb1a",
  13. "sub_category_id": "1,5",
  14. "sub_category_name": "Haircut,Manicure",
  15. "total_cat": "2",
  16. "image": "http://192.168.100.117:8000/resize/img_f524dea30ee74cc.jpg",
  17. "avg_rating": "1.0",
  18. "is_rated": "0",
  19. "is_favourite": "0",
  20. "distance": "290",
  21. "total_cost": "150",
  22. "sub_category": [
  23. {
  24. "sub_category_name": "Haircut",
  25. "num_of_person": "5",
  26. "price": "20"
  27. },
  28. {
  29. "sub_category_name": "Manicure",
  30. "num_of_person": "2",
  31. "price": "25"
  32. }
  33. ]
  34. },
  35. {
  36. "vendor_id": "42",
  37. "name": "Test",
  38. "experience": "1",
  39. "price": "10,5",
  40. "lat": "30.70464860",
  41. "lng": "76.71787260",
  42. "description": "test",
  43. "sub_category_id": "1,5",
  44. "sub_category_name": "Haircut,Manicure",
  45. "total_cat": "2",
  46. "image": "http://192.168.100.117:8000/resize/img_2df112e3ea59e44.jpg",
  47. "avg_rating": "0.0",
  48. "is_rated": "0",
  49. "is_favourite": "0",
  50. "distance": "27",
  51. "total_cost": "60",
  52. "sub_category": [
  53. {
  54. "sub_category_name": "Haircut",
  55. "num_of_person": "5",
  56. "price": "10"
  57. },
  58. {
  59. "sub_category_name": "Manicure",
  60. "num_of_person": "2",
  61. "price": "5"
  62. }
  63. ]
  64. }
  65. ]
  66. }
Add Comment
Please, Sign In to add comment