Skip to content

Instantly share code, notes, and snippets.

@LucasKauz
Last active June 11, 2020 16:16
Show Gist options
  • Save LucasKauz/1cfb989771a56a6eb071187ea76206b5 to your computer and use it in GitHub Desktop.
Save LucasKauz/1cfb989771a56a6eb071187ea76206b5 to your computer and use it in GitHub Desktop.
simpleTodo.json
{
"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