Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. item:{
  2. //mandatory field, will exist in each document
  3. id: "1",
  4. //non-mandatory fields, may or may not exist in each document
  5. name: "john",
  6. age: "22",
  7. email:"john@gmail.com" ,
  8. }
  9.  
  10. item:{
  11. id: "1",
  12. name: "john",
  13. age: "22",
  14. gender: "male",
  15. email:"john@gmail.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement