I have a column of type varchar
in the database that takes a JSON. This column is the description of a company, but in 4 languages. The logic I have is as follows:
{
"PT":"Descrição com "aspas" quebra o meu código",
"ES":" ",
"FR":"fr ",
"EN":" en"
}
How do I get JSON to be read correctly when I have quotation marks in the company description?