sheena2994

Untitled

Aug 7th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following is the list",
  4. "items": [
  5. {
  6. "item_id": "1",
  7. "interest_id": "5",
  8. "title": "Fountain Pen",
  9. "currency": "$",
  10. "price": "400",
  11. "filename": "http://192.168.100.117:8000/resize/img_c2524f2a4138453.jpg",
  12. "likes_count": "3",
  13. "comment_count": "1",
  14. "is_liked": "0",
  15. "is_commented": "0"
  16. },
  17. {
  18. "item_id": "2",
  19. "interest_id": "1",
  20. "title": "Headphones",
  21. "currency": "$",
  22. "price": "1000",
  23. "filename": "http://192.168.100.117:8000/resize/img_ee70b7829d0dd73.jpg",
  24. "likes_count": "0",
  25. "comment_count": "0",
  26. "is_liked": "0",
  27. "is_commented": "0"
  28. },
  29. {
  30. "item_id": "3",
  31. "interest_id": "4",
  32. "title": "Bags",
  33. "currency": "$",
  34. "price": "100",
  35. "filename": "http://192.168.100.117:8000/resize/img_5f86b739d77eee2.jpg",
  36. "likes_count": "0",
  37. "comment_count": "0",
  38. "is_liked": "0",
  39. "is_commented": "0"
  40. },
  41. {
  42. "item_id": "8",
  43. "interest_id": "4",
  44. "title": "New Collection",
  45. "currency": "$",
  46. "price": "1500",
  47. "filename": "http://192.168.100.117:8000/resize/img_1294db94bf488078.jpg",
  48. "likes_count": "0",
  49. "comment_count": "3",
  50. "is_liked": "0",
  51. "is_commented": "0"
  52. },
  53. {
  54. "item_id": "9",
  55. "interest_id": "1",
  56. "title": "Multiple bags",
  57. "currency": "$",
  58. "price": "1500",
  59. "filename": "http://192.168.100.117:8000/resize/img_f4283e683264c8e8.jpg",
  60. "likes_count": "0",
  61. "comment_count": "0",
  62. "is_liked": "0",
  63. "is_commented": "0"
  64. }
  65. ]
  66. }
Add Comment
Please, Sign In to add comment