Advertisement
kovalenko-tech

5e72f649c4a5cb162866d835

Mar 30th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "count": 3,
  3. "friends": [
  4. {
  5. "id": 4,
  6. "name": "Kira",
  7. "avatar": {
  8. "url": "https://randomuser.me/api/portraits/women/65.jpg"
  9. },
  10. "status": true
  11. },
  12. {
  13. "id": 8,
  14. "name": "Olha",
  15. "avatar": {
  16. "url": "https://randomuser.me/api/portraits/women/20.jpg"
  17. },
  18. "status": false
  19. },
  20. {
  21. "id": 22,
  22. "name": "Andy",
  23. "avatar": {
  24. "url": "https://randomuser.me/api/portraits/men/88.jpg"
  25. },
  26. "status": true
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement