Skip to content

Instantly share code, notes, and snippets.

@ashtom
Created March 1, 2011 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ashtom/848824 to your computer and use it in GitHub Desktop.
Save ashtom/848824 to your computer and use it in GitHub Desktop.
Example JSON file exported by Pomodoro App
[
{
"pomodoros": [
],
"estimate": 4,
"list": 0,
"interruptions": [
],
"subposition": -1,
"position": 184,
"updatedAt": "2011-02-27 11:05:24 +0000",
"state": "active",
"identifier": "23AF0D78A25FB08AC7F7319C4BCCCC8B",
"title": "Multi-line edit of expense text"
},
{
"pomodoros": [
{
"createdAt": "2011-02-27 10:40:24 +0000",
"length": 1500
},
{
"createdAt": "2011-02-27 10:04:22 +0000",
"length": 1500
}
],
"estimate": 3,
"list": 1,
"interruptions": [
{
"external": 0,
"createdAt": "2011-02-27 10:05:31 +0000",
"internal": 1
}
],
"subposition": -1,
"position": 183,
"updatedAt": "2011-02-27 11:05:24 +0000",
"state": "finished",
"identifier": "23AF0D78A25FB08AC7F7319C4BCCCC8B",
"title": "Add view for manual categorization"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment