Me in a json document:
import json
import datetime
if datetime.date.today() >= datetime.date(2025, 4, 8):
employment = {
"apprenticeship": {
"profession": "information technologist",
"specialization": "platform engineering",
},
"vocational baccalaureate": True
}
else:
employment = "statutory education"
about_me = {
"alias": "TheFirstRandom",
"country": "Switzerland",
"employment": employment,
}
with open("me.json", "w") as file:
json.dump(about_me, file)
🇨🇭 - Schwiizertüütsch
🇩🇪 - Deutsch
🇬🇧 - English