Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created August 4, 2011 18:47
Show Gist options
  • Save jdlich/1125916 to your computer and use it in GitHub Desktop.
Save jdlich/1125916 to your computer and use it in GitHub Desktop.
{
"categories": [
{
"name": "Today",
"notifications": [
{"title": "Take Fluffy for a walk.", "detail": "Walking Fluffy..."},
{"title": "Mow the lawn.", "detail": "Mowing the lawn..."},
{"title": "Get a haircut.", "detail": "Getting a haircut..."},
{"title": "Do your homework.", "detail": "Doing homework..."},
{"title": "Mow the lawn.", "detail": "Mowing the lawn..."},
{"title": "Do your homework.", "detail": "Doing homework..."}
]
},
{
"name": "Yesterday",
"notifications": [
{"title": "Take Fluffy for a walk.", "detail": "Walking Fluffy..."},
{"title": "Mow the lawn.", "detail": "Mowing the lawn..."},
{"title": "Do your homework.", "detail": "Doing homework..."},
{"title": "Get a haircut.", "detail": "Getting a haircut..."}
]
},
{
"name": "Last Week",
"notifications": [
{"title": "Mow the lawn.", "detail": "Mowing the lawn..."},
{"title": "Do your homework.", "detail": "Doing homework..."}
]
}
],
"errors": [
{"message": "Some kind of crazy error message."}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment