Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. {
  2. "_id": "asdf",
  3. "name": "John",
  4. "bags": [
  5. {
  6. "type": "typ1",
  7. "size": "size1"
  8. },
  9. {
  10. "type": "typ2",
  11. "size": "size2"
  12. }
  13. ]
  14. }
  15.  
  16. {
  17. _id: "qwer",
  18. coll1Name: "John",
  19. types: ["typ1", "typ3"],
  20. sizes: ["siz1", "siz4"]
  21. }
  22. {
  23. _id: "zxcv",
  24. coll1Name: "John",
  25. types: ["typ2", "typ3"],
  26. sizes: ["siz1", "siz2"]
  27. }
  28. {
  29. _id: "fghj",
  30. coll1Name: "John",
  31. types: ["typ2", "typ3"],
  32. sizes: ["siz1", "siz4"]
  33. }
  34.  
  35. {
  36. _id: "qwer",
  37. coll1Name: "John",
  38. types: ["typ1", "typ3"],
  39. sizes: ["siz1", "siz4"]
  40. }
  41. {
  42. _id: "zxcv",
  43. coll1Name: "John",
  44. types: ["typ2", "typ3"],
  45. sizes: ["siz1", "siz2"]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement