I am creating an JSON file which stores some Physics equation, which will be rendered using MathJax.
"equations": [
"$w = F.s\cos\theta$"
]
I am getting a bad string error. I have tried adding another backslash before the slashes but that changes the equations drastically. Is there any way to fix this issue without changing the equation