How can I enter special characters within a JSON? For example, if I have:
{
"a": "Hola mundo"
}
and I want to put the word "world" in quotes. Try escaping them and with the HTML code: " The string I show in a web page, but neither of the two options worked, I do not know if the library that loads it or is something inherent in the use of JSON.
Edited:
Escaped quotes: \"
Do not adequately pose the question. I see that my problem is a thing of the library ngx-translate for Angular2 , not for the JSON itself. This library stores the translations in the JSON file, but it has not allowed me to enter double quotes within them as I indicated before.