Guest User

Untitled

a guest
Jan 24th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [nome]
  2. - [pergunta]? [sim|não]
  3. ...
  4.  
  5. *
  6.  
  7. cachorro:
  8. - eh animal? sim
  9. - eh carnivoro? sim
  10. - tem super poderes? não
  11.  
  12. =
  13.  
  14. {
  15. "cachorro": {
  16. "ehAnimal": true,
  17. "ehCarnivoro": true,
  18. "temSuperPoderes": false
  19. }
  20. }
Add Comment
Please, Sign In to add comment