Guest User

Untitled

a guest
Dec 5th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. { "_id" : 2, "email": "primeiro_email@gmail.com", "conversao": 5}
  2. { "_id" : 3, "email": "primeiro_email@gmail.com", "conversao": 10}
  3. { "_id" : 4, "email": "segundo_email@gmail.com", "conversao": 10}
  4. { "_id" : 5, "email": "segundo_email@gmail.com", "conversao": 25}
  5. { "_id" : 5, "email": "terceiro_email@gmail.com", "conversao": 2}
  6.  
  7. { "email": "primeiro_email@gmail.com", "conversao": 10}
  8. { "email": "segundo_email@gmail.com", "conversao": 25}
  9. { "email": "terceiro_email@gmail.com", "conversao": 2}
Add Comment
Please, Sign In to add comment