Skip to content

Instantly share code, notes, and snippets.

@broerjuang
Created August 1, 2021 09:07
Show Gist options
  • Save broerjuang/86c373741849b076b772cdbc964fc91e to your computer and use it in GitHub Desktop.
Save broerjuang/86c373741849b076b772cdbc964fc91e to your computer and use it in GitHub Desktop.
{
"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