Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [
  2. { "id": 123, "title": "Buy pizza", "status": "ToDo" },
  3. { "id": 456, "title": "Watch Netflix", "status": "ToDo" },
  4. { "id": 789, "title": "Buy ZAA", "status": "InProgress" },
  5. { "id": 1011, "title": "Clean Snail", "status": "InProgress" },
  6. { "id": 1213, "title": "Drink Coffee", "status": "Completed" },
  7. { "id": 1415, "title": "Brush Teeth", "status": "Completed" }
  8. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement