Created
September 11, 2021 15:50
-
-
Save OlehRovenskyi/e0eea5625fc1e25f367ec7c55a3e1db9 to your computer and use it in GitHub Desktop.
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": [ | |
{ | |
"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