Last active
April 13, 2019 18:59
-
-
Save ivanpaulovich/8a052a8661871de685f76f9d08364ad7 to your computer and use it in GitHub Desktop.
todolist
This file contains hidden or 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
test |
This file contains hidden or 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
[ | |
{ | |
"Id": "a3aca96f-bdcc-45b8-adee-a740c6900553", | |
"Title": "My test task", | |
"Done": false | |
}, | |
{ | |
"Id": "06296a8c-16a2-4004-997d-5f32b8444bad", | |
"Title": "My test task", | |
"Done": false | |
}, | |
{ | |
"Id": "62d5d14f-dad0-4acd-897e-4ab87acf1be9", | |
"Title": "Update Title", | |
"Done": false | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment