Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. let todosResponse = {
  2. "status": 200,
  3. "body": [{
  4. "id": 32,
  5. "text": "Buy cheese",
  6. "completed": false,
  7. "author": {
  8. "id": 38,
  9. "name": "Leanne Graham",
  10. "email": "Sincere@april.biz"
  11. }
  12. }, {
  13. "id": 33,
  14. "text": "Clean laundry",
  15. "completed": true,
  16. "author": {
  17. "id": 38,
  18. "name": "Leanne Graham",
  19. "email": "Sincere@april.biz"
  20. }
  21. }]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement