Last active
June 11, 2020 16:16
-
-
Save LucasKauz/1cfb989771a56a6eb071187ea76206b5 to your computer and use it in GitHub Desktop.
simpleTodo.json
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", "content": "test 1" }, | |
{ "id": "2", "content": "test 2" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment