Is the presence of double quotes “invalid” in the context of the JSON response? Is there a specific JSON specification that could give me an answer?
Check http://www.json.org/ and scroll down to the "String" chart.
You can see how \ is the "control" character. If you need a literal backslash in your JSON, you need to avoid it: "\\"is a valid JSON string, for example.
"\\"
Source: https://habr.com/ru/post/1754346/More articles:How can I call this function inside jquery plugin? - javascriptSimulate an array of values as well as its keys - arraysInaccurate binary search: given the value, find the superscript and subscript of the position of the element - c #Вложение сторонних шрифтов в качестве ресурса для приложения Win32 - c++How can I use jquery remote validation validation in ASP.NET web forms? - jqueryCompressing assemblies for C # /. Net? - c #Пользовательский интерфейс не обновляется в обратном вызове асинхронного веб-запроса - windows-phone-7Endless loop caused by missing warning () - javascriptHow to get synonyms sorted by probability of their occurrence from Wordnet - javaBind arraylist value to JSP dropdown - javaAll Articles