Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. [
  2. {
  3. "id": 1,
  4. "lastLogin": 1521287523295,
  5. "location": {
  6. "lat": 51.42083,
  7. "lng": 5.31692
  8. },
  9. "name": "John Lemon",
  10. "photoId": "jonh-fb.jpg",
  11. "products": [
  12. {
  13. "added": 1521287526841,
  14. "category": "honey",
  15. "crafterId": 7,
  16. "description": "Honey made from roses flowers, by my bees in my garden It was made in 2017 before winter, but honey didn't christalize yet",
  17. "id": 0,
  18. "location": null,
  19. "name": "Hand crafted honey",
  20. "photoId": "./static/img/honey.jpg",
  21. "price": 1.23
  22. }
  23. ],
  24. "recomendations": 14
  25. },
  26. {
  27. "id": 2,
  28. "lastLogin": 1521287523295,
  29. "location": {
  30. "lat": 51.46583,
  31. "lng": 5.33692
  32. },
  33. "name": "John Lemon",
  34. "photoId": "jonh-fb.jpg",
  35. "products": [
  36. {
  37. "added": 1521287526841,
  38. "category": "meat",
  39. "crafterId": 6,
  40. "description": "Mhhh Delicious ham, smoked on oak wood. It will be great gitf for all beacon fans. Best with beer or wine. You can eat it cold with bread or hot with potatoes",
  41. "id": 0,
  42. "location": null,
  43. "name": "Smoked ham",
  44. "photoId": "./static/img/meat.jpg",
  45. "price": 4.04
  46. }
  47. ],
  48. "recomendations": 14
  49. },
  50. {
  51. "id": 3,
  52. "lastLogin": 1521287523295,
  53. "location": {
  54. "lat": 51.38083,
  55. "lng": 5.43692
  56. },
  57. "name": "John Lemon",
  58. "photoId": "jonh-fb.jpg",
  59. "products": [
  60. {
  61. "added": 1521287526841,
  62. "category": "jewellery",
  63. "crafterId": 6,
  64. "description": "Beautiful hand made engagement ring, made out of gold and gemstones. It is 100% unique made by me from the same beggining",
  65. "id": 0,
  66. "location": null,
  67. "name": "Beautiful Engagement Ring",
  68. "photoId": "./static/img/ring.jpg",
  69. "price": 1999.99
  70. }
  71. ],
  72. "recomendations": 14
  73. },
  74. {
  75. "id": 4,
  76. "lastLogin": 1521287523295,
  77. "location": {
  78. "lat": 51.45083,
  79. "lng": 5.44692
  80. },
  81. "name": "John Lemon",
  82. "photoId": "jonh-fb.jpg",
  83. "products": [
  84. {
  85. "added": 1521287526841,
  86. "category": "vegetable",
  87. "crafterId": 6,
  88. "description": "I've got fresh vegetables every morning, I got them from my local suppliers. Shop is only working from May to September",
  89. "id": 0,
  90. "location": null,
  91. "name": "Fresh vegetables in my small market",
  92. "photoId": "./static/img/vegetables.jpg",
  93. "price": "Starting from 1"
  94. }
  95. ],
  96. "recomendations": 14
  97. },
  98. {
  99. "id": 6,
  100. "lastLogin": 1521287523295,
  101. "location": {
  102. "lat": 51.42383,
  103. "lng": 5.48292
  104. },
  105. "name": "John Lemon",
  106. "photoId": "jonh-fb.jpg",
  107. "products": [
  108. {
  109. "added": 1521287526841,
  110. "category": "handmade",
  111. "crafterId": 6,
  112. "description": "You don't like your ex girlfriend? Want to have some fun? I can do special voodoo",
  113. "id": 0,
  114. "location": null,
  115. "name": "Hand made voodoo",
  116. "photoId": "./static/img/voodoo.jpg",
  117. "price": "Starting from 1"
  118. }
  119. ],
  120. "recomendations": 14
  121. },
  122. {
  123. "id": 7,
  124. "lastLogin": 1521287523295,
  125. "location": {
  126. "lat": 51.44383,
  127. "lng": 5.48292
  128. },
  129. "name": "John Lemon",
  130. "photoId": "jonh-fb.jpg",
  131. "products": [
  132. {
  133. "added": 1521287526841,
  134. "category": "egg",
  135. "crafterId": 6,
  136. "description": "Scramble eggs? Boiled eggs? Fried eggs, do what you want with this tasty fresh eggs.",
  137. "id": 0,
  138. "location": null,
  139. "name": "Fresh eggs just from the hen",
  140. "photoId": "./static/img/eggs.jpg",
  141. "price": 0.5
  142. }
  143. ],
  144. "recomendations": 14
  145. },
  146. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement