Guest User

Untitled

a guest
Oct 8th, 2022
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "todo": [
  3. {
  4. "title": "buy milk",
  5. "description": "or wear wrinkly t shirts"
  6. },
  7. {
  8. "title": "eat sushi",
  9. "description": "negitoro roll, miso soup, rice"
  10. },
  11. {
  12. "title": "fold laundry",
  13. "description": "or wear wrinkly t shirts"
  14. }
  15. ],
  16. "inProgress": [
  17. {
  18. "title": "buy milk",
  19. "description": "or wear wrinkly t shirts"
  20. }
  21. ],
  22. "done": [
  23. {
  24. "title": "stay cool",
  25. "description": "as a cucumber"
  26. }
  27. ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment