Advertisement
IdanE

testRoot

Feb 27th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. [
  2. {
  3. "response": "OK",
  4. "data": {
  5. "id": 1,
  6. "name": "Daenerys Targaryen",
  7. "city": "Dragonstone",
  8. "phone": {
  9. "private": "052-222222222"
  10. },
  11. "hobbies": [ "football", "basketball", "handball" ]
  12. }
  13. },
  14. {
  15. "response": "OK",
  16. "data": {
  17. "id": 2,
  18. "name": "Asaf suisa",
  19. "city": "Rishon",
  20. "phone": {
  21. "private": "054-24444444444"
  22. },
  23. "hobbies": [ "basketball", "handball", "football" ]
  24. }
  25. },
  26. {
  27. "response": "OK",
  28. "data": {
  29. "id": 3,
  30. "name": "David d Targaryen",
  31. "city": "Tel aviv",
  32. "phone": {
  33. "private": "052-7777777"
  34. },
  35. "hobbies": [ "handball", "football", "handball" ]
  36. }
  37. }
  38. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement