Guest User

Untitled

a guest
Sep 13th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {"_id": "id1", "contacts": [{"phone": "xxx", "email":"id1@gmail.com"}, {"phone":"yyy"}, {"phone":"zzz", "email":"id1_1@gmail.com"}] }
  2. {"_id": "id2", "contacts": [{"phone": "aaa", "email":"id2@gmail.com"}, {"phone":"bbb"}, {"phone":"ccc"}] }
  3.  
  4. {"_id": "id1", "contacts": ["xxx", "yyy", "zzz"] }
  5. {"_id": "id2", "contacts": ["aaa", "bbb", "ccc"] }
Add Comment
Please, Sign In to add comment