in 02_bootstrap-scripts-python/bootstrap/context.py [0:0]
def GetContent(self, content: str) -> dict:
type = self.options["type"]
if type.lower() == "json":
return json.loads(content)
else:
return {}