Guest User

Untitled

a guest
Aug 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. "firstName": "Alejandro",
  3. "lastName": "Dorantes",
  4. "isAlive": true,
  5. "age": 25,
  6. "address": {
  7. "streetAddress": "1121 IGVM",
  8. "city": "SPGG",
  9. "state": "NL",
  10. "postalCode": "66236"
  11. },
  12. "anxieties": [
  13. {
  14. "type": "moderate",
  15. "name": "cleanliness",
  16. "why": "mother"
  17. },
  18. {
  19. "type": "meh",
  20. "name": "bugs",
  21. "why": "informercials"
  22. },
  23. {
  24. "type": "high",
  25. "name": "assymmetry",
  26. "why": "dad's moustache"
  27. }
  28. ],
  29. "children": [],
  30. "spouse": null
  31. }
Add Comment
Please, Sign In to add comment