private static decode(str: string): string {
        if (!str) {
            return str;
        }
        return str.replace(/'/g, "\"")