EPFL dojo data for events, announcements, archives and maybe more...
We use https://hjson.org to have a human writable/readable format for data. Then, *.json
files are generated into the ./src folder.
- install https://hjson.org
- generate JSON files with hjson:
for i in *.hjson; do hjson -j $i > src/"${i%.*}".json; done
orhjson -j links.hjson > src/links.json