Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. {
  2. "todos": [
  3. {
  4. "id": "fa7639c3-c19d-4038-9ac3-10ddc816074b",
  5. "text": "test",
  6. "completed": false
  7. },
  8. {
  9. "id": "7691c444-b37d-44ad-aeaa-5ecaf5f2fc79",
  10. "text": "hellow",
  11. "completed": false
  12. },
  13. {
  14. "id": "9116f665-38b5-4497-88eb-4bef86449474",
  15. "text": "aloha",
  16. "completed": false
  17. },
  18. {
  19. "id": "9d69b1bb-e3a5-44b0-a1c0-6e697490ae1d",
  20. "text": "one more",
  21. "completed": true
  22. },
  23. {
  24. "id": "1942afca-f4c8-49ab-88dc-47de4f86454a",
  25. "text": "asdf",
  26. "completed": false
  27. },
  28. {
  29. "id": "cae0bc30-3d76-4628-8e43-175e88f3eacd",
  30. "text": "lsls",
  31. "completed": false
  32. }
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement