Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "todos": [
  3. {
  4. "name": "Learn Programming using component based approach",
  5. "completed": true
  6. },
  7. {
  8. "name": "Learn Machine Learning",
  9. "completed": false
  10. },
  11. {
  12. "name": "Finish Medium article",
  13. "completed": true
  14. },
  15. {
  16. "name": "Learn to play Jazz music",
  17. "completed": false
  18. },
  19. {
  20. "name": "Build a experimental app using google A.I.",
  21. "completed": false
  22. }
  23. ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement