Last active
June 29, 2026 12:49
-
-
Save mmuell/80a85feca9ed0d5d2d1daa05fc8dac6d to your computer and use it in GitHub Desktop.
Family Daily Plan
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
| { | |
| "announcement" : "Heat Wave!!", | |
| "family": [ | |
| { | |
| "name": "Miles", | |
| "events": [ | |
| "Cross Country" | |
| ] | |
| }, | |
| { | |
| "name": "Luke", | |
| "events": [ | |
| "Cross Country" | |
| ] | |
| }, | |
| { | |
| "name": "Tracy", | |
| "events": [ | |
| "Off" | |
| ] | |
| }, | |
| { | |
| "name": "Mike", | |
| "events": [ | |
| "Work" | |
| ] | |
| } | |
| ], | |
| "week": [ | |
| { | |
| "name": "Friday", | |
| "events": [ | |
| "Race", "Day Off" | |
| ] | |
| }, | |
| { | |
| "name": "Saturday", | |
| "events": [ | |
| "Race", "America 250th Birthday" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment