Created
September 25, 2017 02:40
-
-
Save gpincheiraa/ce1920620a9671e1f06d9fe641a17b78 to your computer and use it in GitHub Desktop.
todos_get.json_1_2nd_article
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"todos": [ | |
{ | |
"name": "Learn Programming using component based approach", | |
"completed": true | |
}, | |
{ | |
"name": "Learn Machine Learning", | |
"completed": false | |
}, | |
{ | |
"name": "Finish Medium article", | |
"completed": true | |
}, | |
{ | |
"name": "Learn to play Jazz music", | |
"completed": false | |
}, | |
{ | |
"name": "Build a experimental app using google A.I.", | |
"completed": false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment