Guest User

Untitled

a guest
Dec 28th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. username: "A simple customer survey",
  3. email: "Philipp",
  4. password: "xxxxxxx",
  5. created: ISODate("2014-04-24T16:59:42.389Z"),
  6. list1: [
  7. {
  8. item1: "bla bla",
  9. item2: "bla bla"
  10. },
  11. {
  12. item1: "bla bla",
  13. subitem1: [
  14. "Yes",
  15. "No",
  16. "Maybe"
  17. ]
  18. }
  19. ]
  20. }
Add Comment
Please, Sign In to add comment