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