dim str as string = """{""""messages"""":[{""""messageId"""":""""245043"""",""""campaignId"""":""""14085"""""
console.WriteLine("Input : " & str)
str = str.replace("""", "'").Replace("''", """").Replace("'", """")
console.WriteLine("Output : " & str)