Skip to content

Instantly share code, notes, and snippets.

@OlehRovenskyi
Created September 11, 2021 15:50
Show Gist options
  • Save OlehRovenskyi/e0eea5625fc1e25f367ec7c55a3e1db9 to your computer and use it in GitHub Desktop.
Save OlehRovenskyi/e0eea5625fc1e25f367ec7c55a3e1db9 to your computer and use it in GitHub Desktop.
{
"todos": [
{
"id": 1,
"title": "buy bread",
"completed": true
},
{
"id": 2,
"title": "buy milk",
"completed": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment