Guest User

Untitled

a guest
Jan 17th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "firstName": "John",
  3. "lastName": "Smith",
  4. "age": 25,
  5. "address":
  6. {
  7. "streetAddress": "21 2nd Street",
  8. "city": "New York",
  9. "state": "NY",
  10. "postalCode": "10021"
  11. },
  12. "phoneNumber":
  13. [
  14. {
  15. "type": "home",
  16. "number": "212 555-1234"
  17. },
  18. {
  19. "type": "fax",
  20. "number": "646 555-4567"
  21. }
  22. ]
  23. }
Add Comment
Please, Sign In to add comment