Guest User

Untitled

a guest
Oct 1st, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {
  2. "_id" : ObjectId(someId),
  3. sourceId: someId,
  4. "objArr" : [
  5. {
  6. "fieldA" : someValue,
  7. "fieldB" : someValue
  8. },
  9. {
  10. "fieldA" : someValue,
  11. "fieldB" : someValue
  12. },
  13. ...etc
  14. ]
  15. }
Add Comment
Please, Sign In to add comment