Skip to content

Instantly share code, notes, and snippets.

@kristijan-pajtasev
Created December 19, 2020 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristijan-pajtasev/e1da49c8d19a5611c378fb291b26f1a4 to your computer and use it in GitHub Desktop.
Save kristijan-pajtasev/e1da49c8d19a5611c378fb291b26f1a4 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"text": "todo 1",
"isCompleted": false
},
{
"id": 2,
"text": "todo 2",
"isCompleted": false
},
{
"id": 3,
"text": "todo 3",
"isCompleted": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment