export class C8oTranslator { static stringToJSON(jsonValueString): JSON { return JSON.parse(jsonValueString); } }