Guest User

Untitled

a guest
Jan 21st, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. {
  2. "_id" : 1,
  3. "name" : "Conan the Barbarian",
  4. "actors" : [
  5. {
  6. "_id" : 1,
  7. "name" : "Arnold Schwarzenegger"
  8. },
  9. {
  10. "_id" : 2,
  11. "name" : "James Earl Jones"
  12. }
  13. ]
  14. }
Add Comment
Please, Sign In to add comment