Created
August 1, 2021 09:07
-
-
Save broerjuang/86c373741849b076b772cdbc964fc91e to your computer and use it in GitHub Desktop.
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": [], | |
"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": 79600 } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment