Created
August 4, 2011 18:47
-
-
Save jdlich/1125916 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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