Last active
April 17, 2017 07:58
-
-
Save stvvt/b323a3c0f534baf447c9171b1b80b5db to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ | |
{ | |
"terms" : [ | |
{ | |
"start": "2016-10-03", | |
"end": "2017-01-22", | |
"name": "term1" | |
}, | |
{ | |
"start": "2017-02-20", | |
"end": "2017-05-31", | |
"name": "term2" | |
} | |
], | |
"breaks" : [ | |
{ | |
"start": "2016-12-26", | |
"end": "2017-01-08", | |
"name": "chrismass break" | |
}, | |
{ | |
"start": "2017-01-23", | |
"end": "2017-02-19", | |
"name": "exam session 1" | |
}, | |
{ | |
"start": "2017-06-01", | |
"end": "2017-06-31", | |
"name": "exam session 2" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment