Skip to content

Instantly share code, notes, and snippets.

@ivanpaulovich
Last active April 13, 2019 18:59
Show Gist options
  • Save ivanpaulovich/8a052a8661871de685f76f9d08364ad7 to your computer and use it in GitHub Desktop.
Save ivanpaulovich/8a052a8661871de685f76f9d08364ad7 to your computer and use it in GitHub Desktop.
todolist
[
{
"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