Skip to content

Instantly share code, notes, and snippets.

@broerjuang
Last active August 1, 2021 20:52
Show Gist options
  • Save broerjuang/79a0a3f0bd2919712a996f4a419075dd to your computer and use it in GitHub Desktop.
Save broerjuang/79a0a3f0bd2919712a996f4a419075dd to your computer and use it in GitHub Desktop.
json of schedules
{
"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