Last active
January 24, 2026 12:53
-
-
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": "Basketball!", | |
| "family": [ | |
| { "name": "Miles", "events": [ "Run" ] }, | |
| { "name": "Luke", "events": [ "Run" ] }, | |
| { "name": "Tracy", "events": [ "BBall Game" ] }, | |
| { "name": "Mike", "events": [ "Off" ] } | |
| ], | |
| "week": [ | |
| { "name": "Sunday", "events": [ "AFC / NFC Championships" ] } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment