Guest User

Untitled

a guest
Apr 9th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. {
  2. "data": {
  3. "allQuicklinks": [
  4. {
  5. "id": "1",
  6. "category": {
  7. "name": "Test Catergory"
  8. },
  9. "name": {
  10. "name": "Test name"
  11. },
  12. "link": {
  13. "link": "test.com"
  14. },
  15. "description": {
  16. "description": "Test Desc"
  17. }
  18. },
  19. {
  20. "id": "2",
  21. "category": {
  22. "name": "Test Category 2"
  23. },
  24. "name": {
  25. "name": "Test name 2"
  26. },
  27. "link": {
  28. "link": "test2.com"
  29. },
  30. "description": {
  31. "description": "Test Desc 2"
  32. }
  33. }
  34. ]
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment