Advertisement
Guest User

Untitled

a guest
Jul 21st, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. {
  2. owners:[
  3. {
  4. _id:"33333"
  5. email:test1@gmail.com
  6. }
  7. {
  8. _id:"1111"
  9. email:test2@gmail.com
  10. }]
  11. employee:[
  12. {
  13. _id:"44342"
  14. email:test1@gmail.com
  15. }
  16. {
  17. _id:"35345"
  18. email:test3@gmail.com
  19. }
  20. {
  21. _id:"3556"
  22. email:test4@gmail.com
  23. }
  24. ]
  25. users:[
  26. {
  27. _id:"56744"
  28. email:test5@gmail.com
  29. }
  30. {
  31. _id:"8908"
  32. email:test4@gmail.com
  33. }]
  34. }
  35.  
  36. {
  37. owners:[
  38. {
  39. _id:"33333"
  40. email:test1@gmail.com
  41. }
  42. {
  43. _id:"1111"
  44. email:test2@gmail.com
  45. }]
  46. employee:[
  47.  
  48. {
  49. _id:"35345"
  50. email:test3@gmail.com
  51. }
  52. {
  53. _id:"35345"
  54. email:test4@gmail.com
  55. }
  56. ]
  57. users:[
  58. {
  59. _id:"56744"
  60. email:test5@gmail.com
  61. }
  62. ]
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement