sheena2994

Untitled

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