Guest User

Untitled

a guest
Jun 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {
  2. "_id" : 7,
  3. "name" : "Bob",
  4. "properties" : [
  5. {
  6. "type" : "alive",
  7. "name" : "yes"
  8. },
  9. {
  10. "type" : "sentient",
  11. "name" : "no"
  12. },
  13. {
  14. "type" : "voter",
  15. "name" : "no"
  16. },
  17. {
  18. "type" : "idiot",
  19. "name" : "yes"
  20. }
  21. ]
  22. }
Add Comment
Please, Sign In to add comment