Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. //Document 1
  2. {
  3. "title": "Nest eggs",
  4. "body": "Making your money work...",
  5. "tags": [ "cash", "shares" ],
  6. "comments": [
  7. {
  8. "name": "John Smith",
  9. "comment": "Great article",
  10. "age": 28,
  11. "stars": 4,
  12. "date": "2014-09-01"
  13. },
  14. {
  15. "name": "Alice White",
  16. "comment": "More like this please",
  17. "age": 31,
  18. "stars": 5,
  19. "date": "2014-10-22"
  20. }
  21. ]
  22. }
  23.  
  24. //Document 2
  25. {
  26. "title": "Nest eggs",
  27. "body": "Making your money work...",
  28. "tags": [ "cash", "shares" ],
  29. "comments": [
  30. 123, 124
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement