Guest User

Untitled

a guest
Jan 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. {
  2. id: 1,
  3. customers: [
  4. {
  5. id: 2,
  6. addresses: [
  7. {
  8. phone: "555-342",
  9. zipCode: "1946873193",
  10. addressLine: "whatever"
  11. }
  12. ]
  13. }
  14. ]
  15. }
Add Comment
Please, Sign In to add comment