Skip to content

Instantly share code, notes, and snippets.

@awdng
Last active December 21, 2015 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awdng/6241019 to your computer and use it in GitHub Desktop.
Save awdng/6241019 to your computer and use it in GitHub Desktop.
{
"Monday": {
"from1": "14:00",
"to1": "16:00",
"from2": "18:00",
"to2": "19:00"
},
"Tuesday": {
"from1": "14:00",
"to1": "16:00",
"from2": "18:00",
"to2": "19:00"
}
}
oder
{
"Monday": [
["14:00", "16:00"],
["18:00", "19:00"]
],
"Tuesday": [
["14:00", "16:00"],
["18:00", "19:00"]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment