Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. [
  2. {
  3. "$id": "1",
  4. "id": 1,
  5. "productName": "eggs",
  6. "quantity": 3,
  7. "quantityBase": "Tray",
  8. "priceEach": 7000,
  9. "description": "mayai yangu yana ubora asilia na niya kuku wa kienyeji pekee yake.",
  10. "productImage": "",
  11. "email": "tifabdul@gmail.com",
  12. "date": "2017-07-09T00:00:00",
  13. "totalPrice": 21000,
  14. "farmer": {
  15. "$id": "2",
  16. "id": 1,
  17. "name": "Abdullatif Abdul laswai",
  18. "email": "tifabdul@gmail.com",
  19. "password": "71-10-ED-A4-D0-9E-06-2A-A5-E4-A3-90-B0-A5-72-AC-0D-2C-02-20",
  20. "phoneNo": "0656754321",
  21. "location": "mwanza",
  22. "image": "",
  23. "products": [
  24. {
  25. "$ref": "1"
  26. }
  27. ]
  28. }
  29. },
  30. {
  31. "$id": "3",
  32. "id": 3,
  33. "productName": "Beans",
  34. "quantity": 200,
  35. "quantityBase": "Kg",
  36. "priceEach": 1100,
  37. "description": "Soya from Mbeya",
  38. "productImage": "",
  39. "email": "bill@gmail.com",
  40. "date": "2017-07-10T00:00:00",
  41. "totalPrice": 220000,
  42. "farmer": {
  43. "$id": "4",
  44. "id": 2,
  45. "name": "Billy Hudson Mchangila",
  46. "email": "bill@gmail.com",
  47. "password": "7B-21-84-8A-C9-AF-35-BE-0D-DB-2D-6B-9F-C3-85-19-34-DB-84-20",
  48. "phoneNo": "255",
  49. "location": "London",
  50. "image": "",
  51. "products": [
  52. {
  53. "$ref": "3"
  54. }
  55. ]
  56. }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement