Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. [
  2. {
  3. "id": "1",
  4. "title": "20 Foot Equipment Trailer",
  5. "description": "2013 rainbow trailer 20 feet x 82 inch deck area, two 5,000 lb axels, electric brakes, two pull out ramps, break away box, spare tire.",
  6. "price": 6000,
  7. "posted": "2015-10-24",
  8. "contact": {
  9. "name": "John Doe",
  10. "phone": "(555) 555-5555",
  11. "email": "johndoe@gmail.com"
  12. },
  13. "categories": [
  14. "Vehicles",
  15. "Parts and Accessories"
  16. ],
  17. "image": "img/1.jpg",
  18. "views": 213
  19. },
  20. {
  21. "id": "2",
  22. "title": "Canada Goose Jacket",
  23. "description": "Red woman's Canada Goose Montebello jacket. It was used for two seasons. This jacket retails for $745. The jacket has been professionally cleaned since it was last worn by anyone.",
  24. "price": 500,
  25. "posted": "2015-10-28",
  26. "contact": {
  27. "name": "Jane Doe",
  28. "phone": "(555) 555-5555",
  29. "email": "janedoe@gmail.com"
  30. },
  31. "categories": [
  32. "Clothing"
  33. ],
  34. "image": "img/2.jpg",
  35. "views": 422
  36. },
  37. {
  38. "id": "3",
  39. "title": "Baby Crib and Matress",
  40. "description": "Good condition.",
  41. "price": 50,
  42. "posted": "2015-10-27",
  43. "contact": {
  44. "name": "Jane Doe",
  45. "phone": "(555) 555-5555",
  46. "email": "janedoe@gmail.com"
  47. },
  48. "categories": [
  49. "Furniture"
  50. ],
  51. "image": "img/3.jpg",
  52. "views": 23
  53. },
  54. {
  55. "id": "4",
  56. "title": "Leather Sofa",
  57. "description": "Brown leather sofa for sale. Good condition but small tear on one cushion.",
  58. "price": 250,
  59. "posted": "2015-11-01",
  60. "contact": {
  61. "name": "John Doe",
  62. "phone": "(555) 555-5555",
  63. "email": "johndoe@gmail.com"
  64. },
  65. "categories": [
  66. "Furniture"
  67. ],
  68. "image": "img/4.jpg",
  69. "views": 77
  70. },
  71. {
  72. "id": "5",
  73. "title": "MacBook Air",
  74. "description": "2013 MacBook Air. Great condition, but a few scratches.",
  75. "price": 1150,
  76. "posted": "2015-11-02",
  77. "contact": {
  78. "name": "John Doe",
  79. "phone": "(555) 555-5555",
  80. "email": "johndoe@gmail.com"
  81. },
  82. "categories": [
  83. "Electronics",
  84. "Computer Parts and Accessories"
  85. ],
  86. "image": "img/5.jpg",
  87. "views": 889
  88. },
  89. {
  90. "id": "6",
  91. "title": "2008 Dodge Caliber",
  92. "description": "Battery blanket and block heater installed. Winter tires, good tread left are on the car currently. Car comes with 4 summer tires with also good treads left. Hydraulic power steering fluid line installed so this won't break on you in the cold Yellowknife winters! Synthetic oil used, good for 1000+ more KMs. AC/Sunroof/power doors/steering, CD player/radio. Red accented dash and upolstry.",
  93. "price": 4800,
  94. "posted": "2015-11-03",
  95. "contact": {
  96. "name": "John Doe",
  97. "phone": "(555) 555-5555",
  98. "email": "johndoe@gmail.com"
  99. },
  100. "categories": [
  101. "Vehicles",
  102. "Cars"
  103. ],
  104. "image": "img/6.jpg",
  105. "views": 423
  106. }
  107.  
  108. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement