Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {
  2. "employees": [
  3. {
  4. "name": "John",
  5. "surname": "Snow",
  6. "age": 34,
  7. "address": "my house"
  8. },
  9. {
  10. "name": "John",
  11. "surname": "Smith",
  12. "age": 35,
  13. "address": "my house"
  14. },
  15. {
  16. "name": "John",
  17. "surname": "Travolta",
  18. "age": 36,
  19. "address": "my house"
  20. }
  21. ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement