Skip to content

Instantly share code, notes, and snippets.

@edoves
Created December 6, 2019 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edoves/588e9c02eeb311a7d4427aae14c41a6a to your computer and use it in GitHub Desktop.
Save edoves/588e9c02eeb311a7d4427aae14c41a6a to your computer and use it in GitHub Desktop.
{
"todolist": [
{
"id": 1,
"title": "first todo",
"description": "pick up milk",
"complete": true,
"canceled": true,
"date": 1389878466730
},
{
"id": 2,
"title": "second todo",
"description": "learn backbone",
"complete": false,
"canceled": false,
"date": 1389988926901
},
{
"id": 3,
"title": "third todo",
"description": "go for a run",
"complete": false,
"canceled": false,
"date": 1389992494240
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment