Last active
April 30, 2020 15:45
-
-
Save joeyklee/2647ac2ebf9762ac77e86a14c8983421 to your computer and use it in GitHub Desktop.
Dummy todo data
This file contains hidden or 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
[{ | |
"status": "incomplete", | |
"task": "get a job", | |
"_id": 1 | |
}, | |
{ | |
"status": "incomplete", | |
"task": "find inner peace", | |
"_id": 2 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment