Javascript – How to parse JSON string with escape characters
I have a JSON string like this: '{"text": "Given that \( a \)"}' Please note that I cannot remove any backslashes. Text property needs to rendered as a maths equation. That's why there are latex delimiters in JSON string. How…