Last active
August 1, 2021 20:52
-
-
Save broerjuang/79a0a3f0bd2919712a996f4a419075dd to your computer and use it in GitHub Desktop.
json of schedules
This file contains 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
{ | |
"monday": [], | |
"tuesday": [ | |
{ "type": "open", "value": 36000 }, | |
{ "type": "close", "value": 64800 } | |
], | |
"wednesday": [], | |
"thursday": [ | |
{ "type": "open", "value": 36000 }, | |
{ "type": "close", "value": 64800 } | |
], | |
"friday": [{ "type": "open", "value": 36000 }], | |
"saturday": [ | |
{ "type": "close", "value": 3600 }, | |
{ "type": "open", "value": 36000 } | |
], | |
"sunday": [ | |
{ "type": "close", "value": 3600 }, | |
{ "type": "open", "value": 43200 }, | |
{ "type": "close", "value": 75600 } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment