Skip to content

Instantly share code, notes, and snippets.

@jil8885
Last active September 24, 2020 00:46
Show Gist options
  • Save jil8885/22ac18e77916fa375ede54b14e680fb3 to your computer and use it in GitHub Desktop.
Save jil8885/22ac18e77916fa375ede54b14e680fb3 to your computer and use it in GitHub Desktop.
shuttleDate
{
"semester":[
{
"key":"spring",
"start":"03-01",
"end":"06-21"
},
{
"key":"fall",
"start":"09-01",
"end":"12-21"
}
],
"vacation_session":[
{
"key":"summer",
"start":"06-22",
"end":"07-14"
},
{
"key":"winter",
"start":"12-22",
"end":"01-14"
}
],
"vacation":[
{
"key":"summer",
"start":"07-15",
"end":"08-31"
},
{
"key":"winter",
"start":"01-15",
"end":"02-29"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment