Facebook
From Walloping Armadillo, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 88
  1. [{
  2.     id: 1,
  3.     title: 'product',
  4.     image: 'https://images.macrumors.com/t/ROI9MAxtw2MeoOIqRxbr6mYPBSM=/800x0/smart/article-new/2016/02/iphone-se-stack.jpg?lossy',
  5.     rating: {
  6.         rate: 4,
  7.         count: 133
  8.     },
  9.     description: 'iphone',
  10.     category: 'mobile'
  11. },
  12. {
  13.     id: 2,
  14.     title: 'product 2',
  15.     image: 'https://images.macrumors.com/t/ROI9MAxtw2MeoOIqRxbr6mYPBSM=/800x0/smart/article-new/2016/02/iphone-se-stack.jpg?lossy',
  16.     rating: {
  17.         rate: 4,
  18.         count: 133
  19.     },
  20.     description: 'iphone',
  21.     category: 'mobile'
  22. },
  23. {
  24.     id: 3,
  25.     title: 'product 3',
  26.     image: 'https://images.macrumors.com/t/ROI9MAxtw2MeoOIqRxbr6mYPBSM=/800x0/smart/article-new/2016/02/iphone-se-stack.jpg?lossy',
  27.     rating: {
  28.         rate: 4,
  29.         count: 133
  30.     },
  31.     description: 'iphone',
  32.     category: 'mobile'
  33. },
  34. {
  35.     id: 4,
  36.     title: 'product 4',
  37.     image: 'https://images.macrumors.com/t/ROI9MAxtw2MeoOIqRxbr6mYPBSM=/800x0/smart/article-new/2016/02/iphone-se-stack.jpg?lossy',
  38.     rating: {
  39.         rate: 4,
  40.         count: 133
  41.     },
  42.     description: 'iphone',
  43.     category: 'mobile'
  44. }]