Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. {
  2. "courses": [
  3. {
  4. "id": 1,
  5. "title": "Nodejs Course",
  6. "author": "John Carter",
  7. "description": "lorem ipsum",
  8. "topic": "Javascript",
  9. "url": "http://faztweb.com"
  10. },
  11. {
  12. "id": 2,
  13. "title": "Rust Programming language",
  14. "author": "Mark Carter",
  15. "description": "lorem ipsum",
  16. "topic": "Rust",
  17. "url": "http://faztweb.com"
  18. },
  19. {
  20. "id": 3,
  21. "title": "Redux Course",
  22. "author": "Ben Carter",
  23. "description": "lorem ipsum",
  24. "topic": "Javascript",
  25. "url": "http://faztweb.com"
  26. }
  27. ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement