Skip to content

Instantly share code, notes, and snippets.

@heymichaelp
Last active August 29, 2015 14:04
Show Gist options
  • Save heymichaelp/4454b95a722bd10ae2a1 to your computer and use it in GitHub Desktop.
Save heymichaelp/4454b95a722bd10ae2a1 to your computer and use it in GitHub Desktop.
{
"priorities": {
"now": [
{
"name": "one",
"importance": 0.7
}
],
"later": [
{
"name": "two",
"importance": 0.3
}
]
"much_later": [
{
"name": "three",
"importance": 1
},
{
"name": "four",
"importance": 0.2
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment