Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "_id" : ObjectId("58d32e3c8726e31b00004ac9"),
  3. "buyer" : "zul@buyer1001",
  4. "sellers" : [
  5. {
  6. "seller" : "razi@seller1001",
  7. "items" : [
  8. {
  9. "item_name" : "Mizuno Wave Lightning Z3",
  10. "brand" : "Mizuno",
  11. "status" : "Disabled"
  12. },
  13. {
  14. "item_name" : "Mizuno Wave Fang SS",
  15. "brand" : "Mizuno",
  16. "status" : "Disabled"
  17. }
  18. ]
  19. }
  20. ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement